Update vfc-nslcm release vsersion to 1.4.0 11/113211/1 1.4.0
authordengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 07:30:57 +0000 (15:30 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Sun, 27 Sep 2020 07:31:14 +0000 (15:31 +0800)
Issue-ID: VFC-1753
Change-Id: I7880d0862396dbeaf95ef9058fcb09ad87d2a320
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index 7c41422..c87f5d4 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.9"
+VERSION="1.4.0"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 5e9c583..1d28fe0 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.9-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index 80fb1e4..668657e 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=3
-patch=9
+minor=4
+patch=0
 
 base_version=${major}.${minor}.${patch}