Update vfc-vnfmgr vsersion 38/118738/3 1.4.0
authordyh <dengyuanhong@chinamobile.com>
Wed, 3 Mar 2021 07:06:57 +0000 (15:06 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 8 Mar 2021 05:13:18 +0000 (13:13 +0800)
Change-Id: I646c7eb6c217e67d626df9238b4dcb3b89dbcf81
Issue-ID: VFC-1830
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index 7cf7110..ec016d5 100755 (executable)
@@ -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="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 5107a34..ca62571 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.3.9-SNAPSHOT</version>
+        <version>1.4.0-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.9-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index c9dde8f..c5e93fc 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.9-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index 367b6d0..bfb144c 100644 (file)
@@ -18,8 +18,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}