diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-01-25 10:17:12 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-01-25 10:17:19 +0800 |
commit | 49801ed07af5c18e16dce7b80f915f1620f39fae (patch) | |
tree | 5ddf87e755f960ea4c38f8cf5406b6d873963b2e | |
parent | d5d6b3421c58e37c774ed79443c216762fed1372 (diff) |
update vfc version to 1.3.0
Change-Id: I041ba8757d4c32b5a362dd997ed43a8310505666
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Issue-ID: VFC-1252
-rw-r--r-- | INFO.yaml | 26 | ||||
-rw-r--r-- | activiti-extension/pom.xml | 2 | ||||
-rw-r--r-- | activiti-extension/version.properties | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | wfenginemgrservice/pom.xml | 2 | ||||
-rw-r--r-- | wfenginemgrservice/version.properties | 2 |
7 files changed, 22 insertions, 16 deletions
@@ -88,11 +88,6 @@ committers: company: 'Boco' id: 'Wang_Guirong' timezone: 'Asia/Shanghai' - - name: 'Xiaodong Ning' - email: 'ningxiaodong2017@boco.com.cn' - company: 'Boco' - id: 'ningxiaodong2017' - timezone: 'Asia/Shanghai' - name: 'Adityakar Jha' email: 'Adityakar.Jha@ril.com' company: 'Ril' @@ -103,11 +98,6 @@ committers: company: 'Raisecom' id: 'donghu1102' timezone: 'Asia/Shanghai' - - name: 'Yufei Zhou' - email: 'yufei.zhou@nokia-sbell.com' - company: 'Nokia' - id: 'yufei_zhou' - timezone: 'Asia/Shanghai' - name: 'Denes Nemeth' email: 'denes.nemeth@nokia.com' company: 'Nokia' @@ -118,6 +108,22 @@ committers: company: 'Intel' id: 'haibin' timezone: 'Asia/Shanghai' + - name: 'LiLai' + email: 'lai.li@zte.com.cn' + company: 'ZTE' + id: 'laili' + timezone: 'Asia/Nanjing' + - name: 'Bharath Thiruveedula' + email: 'bharath.thiruveedula@verizon.com' + company: 'Verizon' + id: 'bharaththiruveedula' + timezone: 'Asia/Hyderabad' + - name: 'Ruoyu Ying' + email: 'ruoyu.ying@intel.com' + company: 'Intel' + id: 'Ruoyu' + timezone: 'Asia/ShangHai' + tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: diff --git a/activiti-extension/pom.xml b/activiti-extension/pom.xml index ec37dd3..c159031 100644 --- a/activiti-extension/pom.xml +++ b/activiti-extension/pom.xml @@ -16,7 +16,7 @@ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>activiti-extension</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>vfc-nfvo-wfengine-activiti-extension</name>
<packaging>jar</packaging>
diff --git a/activiti-extension/version.properties b/activiti-extension/version.properties index d467a57..864741a 100644 --- a/activiti-extension/version.properties +++ b/activiti-extension/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
+minor=3
patch=0
base_version=${major}.${minor}.${patch}
@@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.wfengine</groupId>
<artifactId>wfengine</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-wfengine</name>
<description>vfc/nfvo/wfengine</description>
diff --git a/version.properties b/version.properties index b479afe..989897f 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 +minor=3 patch=0 base_version=${major}.${minor}.${patch} diff --git a/wfenginemgrservice/pom.xml b/wfenginemgrservice/pom.xml index c36769e..7cd8fb7 100644 --- a/wfenginemgrservice/pom.xml +++ b/wfenginemgrservice/pom.xml @@ -16,7 +16,7 @@ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>workflow-engine-mgr-service</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>vfc-nfvo-wfengine-wfenginemgrservice</name>
<packaging>jar</packaging>
diff --git a/wfenginemgrservice/version.properties b/wfenginemgrservice/version.properties index d467a57..864741a 100644 --- a/wfenginemgrservice/version.properties +++ b/wfenginemgrservice/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
+minor=3
patch=0
base_version=${major}.${minor}.${patch}
|