summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 17:50:03 +0800
committerYan Yang <yangyanyj@chinamobile.com>2019-01-24 10:02:13 +0000
commitf8c427799d3abcc546a0373145ca57c705e20e4a (patch)
tree09484e4e914c6e5d7a3c0d193163f6c912fc761d
parent564fd86dd1c61aa190db10a7ea22b66fee46aa58 (diff)
update vfc version to 1.3.0
Change-Id: I1bd8f47c6804a69adec27f5226f7a6418911c369 Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
-rw-r--r--INFO.yaml25
-rwxr-xr-xmgr/docker/build_image.sh2
-rw-r--r--mgr/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
5 files changed, 21 insertions, 16 deletions
diff --git a/INFO.yaml b/INFO.yaml
index 6127d9c..75d89a4 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -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,21 @@ 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/mgr/docker/build_image.sh b/mgr/docker/build_image.sh
index 8005157..f51e90d 100755
--- a/mgr/docker/build_image.sh
+++ b/mgr/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.2.2"
+VERSION="1.3.0"
PROJECT="vfc"
IMAGE="vnfmgr"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/mgr/pom.xml b/mgr/pom.xml
index cb0df8a..1d55fbf 100644
--- a/mgr/pom.xml
+++ b/mgr/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr-mgr</name>
<properties>
diff --git a/pom.xml b/pom.xml
index 8438a33..f77f1e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
<artifactId>vfc-gvnfm-vnfmgr</artifactId>
- <version>1.2.2-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfmgr</name>
<description>vfc gvnfm vnfmgr</description>
diff --git a/version.properties b/version.properties
index 6d6c581..75e785b 100644
--- a/version.properties
+++ b/version.properties
@@ -18,8 +18,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
-patch=2
+minor=3
+patch=0
base_version=${major}.${minor}.${patch}