git checkoutBump gvnfm vnfmgr version to 1.2.0 27/62227/2
authoryangyan <yangyanyj@chinamobile.com>
Fri, 24 Aug 2018 00:55:35 +0000 (08:55 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 24 Aug 2018 04:17:35 +0000 (12:17 +0800)
Issue-ID: VFC-1066
Change-Id: I63be07e997f324d9bdf2eb79098663054db58597
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index fb56974..b18dd8c 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.1.0"
+VERSION="1.2.0"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 11131c4..4e91b06 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.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.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index d41e212..26fd48a 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.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index d7c69cd..2cddbb0 100644 (file)
@@ -18,7 +18,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
+minor=2
 patch=0
 
 base_version=${major}.${minor}.${patch}