Update vnfmgr release version to 1.3.7 94/102694/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 2 Mar 2020 02:03:53 +0000 (10:03 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 2 Mar 2020 02:04:05 +0000 (10:04 +0800)
Change-Id: I4bd418118401a71529916d7b2ed44aa7fe40e75f
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index 70b0b09..d6a0ad0 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.6"
+VERSION="1.3.7"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 28b54e5..7e89363 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.3.6-SNAPSHOT</version>
+        <version>1.3.7-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.6-SNAPSHOT</version>
+    <version>1.3.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 35f9dd0..f2949e4 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.6-SNAPSHOT</version>
+    <version>1.3.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index 580af38..d6a8106 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=6
+patch=7
 
 base_version=${major}.${minor}.${patch}