Update vfc-nslcm release version to 1.3.9 87/105887/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 14 Apr 2020 07:24:35 +0000 (15:24 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 14 Apr 2020 07:24:50 +0000 (15:24 +0800)
Change-Id: Ic1ebb9cf4ff4dbce0bd30984629790ffd50631ae
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index 8f53759..7c41422 100644 (file)
@@ -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="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index b56502a..5e9c583 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.3.8-SNAPSHOT</version>
+    <version>1.3.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index ed7d1ba..80fb1e4 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}