fix version to 1.3.1 40/88140/2 1.3.1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 21 May 2019 07:19:55 +0000 (15:19 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Tue, 21 May 2019 07:20:57 +0000 (07:20 +0000)
Change-Id: I8c1afa53c76910512599a63dfb5f5ba1bec36de2
Issue-ID: VFC-1388
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index 1bbc2d0..5ecaaab 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
+VERSION="1.3.1"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 1d55fbf..a756cc5 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
     <artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index be43e30..27366c9 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.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index 75e785b..3566fa0 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}