update version of vnfres 63/62963/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 27 Aug 2018 02:59:26 +0000 (10:59 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 27 Aug 2018 03:00:22 +0000 (11:00 +0800)
Change-Id: I607ef6dae1e68e8a2f4279f6ec2136e80c6f52e8
Issue-ID: VFC-1080
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
pom.xml
res/docker/build_image.sh
res/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 384ac3f..f061cb2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
     <artifactId>vfc-gvnfm-vnfres</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres</name>
     <description>vfc gvnfm vnfres</description>
index 0ad4424..dfa68dc 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="vnfres"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 3f8535e..9026d24 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
         <artifactId>vfc-gvnfm-vnfres</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
     <artifactId>vfc-gvnfm-vnfres-res</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres-res</name>
     <description>vfc gvnfm vnfres res</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}