Update vfc-vnflcm release version to 1.3.9 86/105886/1 1.3.9
authoryangyan <yangyanyj@chinamobile.com>
Tue, 14 Apr 2020 07:20:09 +0000 (15:20 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 14 Apr 2020 07:20:35 +0000 (15:20 +0800)
Change-Id: I97114bebef3e24713431350d28baef38a80f28d4
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index 1f7fcd5..baea1a1 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="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index a545cbc..64c5b9a 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.3.8-SNAPSHOT</version>
+        <version>1.3.9-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
-    <version>1.3.8-SNAPSHOT</version>
+    <version>1.3.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index b390449..63dd1ad 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm</artifactId>
-    <version>1.3.8-SNAPSHOT</version>
+    <version>1.3.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index c0177cb..367b6d0 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}