Update vfc version to 1.2.2 98/73598/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 27 Nov 2018 01:24:59 +0000 (09:24 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 27 Nov 2018 01:24:59 +0000 (09:24 +0800)
Change-Id: I95128416b456877385fc2ba60be18b18855d2300
Issue-ID: VFC-1194
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index ec2cc98..8005157 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.1"
+VERSION="1.2.2"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index aaaf86e..cb0df8a 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2-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.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 8b7b700..8438a33 100644 (file)
--- 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.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index 502454f..6d6c581 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=2
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}