Update vfc-vnfmgr release vsersion to 1.3.9 13/113213/2 1.3.9
authordengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 07:55:35 +0000 (15:55 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 08:00:16 +0000 (16:00 +0800)
Issue-ID: VFC-1753
Change-Id: I47ecf07a1acb92f9f3aa64abc979015222e4dd54
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index d20f2cd..7cf7110 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.8"
+VERSION="1.3.9"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 7b47b6b..5107a34 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.3.8-SNAPSHOT</version>
+        <version>1.3.9-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.8-SNAPSHOT</version>
+    <version>1.3.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index b94f8d1..c9dde8f 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.8-SNAPSHOT</version>
+    <version>1.3.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index c0177cb..367b6d0 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}