Update vfc-nslcm release version to 1.4.1 77/114377/1
authordyh <dengyuanhong@chinamobile.com>
Thu, 29 Oct 2020 02:41:10 +0000 (10:41 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Thu, 29 Oct 2020 02:41:22 +0000 (10:41 +0800)
Change-Id: Ifbd7a386e2796025717fddfea1cae2fe05af587b
Issue-ID: VFC-1763
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index c87f5d4..b6d5ef4 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.4.0"
+VERSION="1.4.1"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 1d28fe0..00edf12 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.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 668657e..eff345c 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}