Update the version of gvnfm 87/118887/1 1.4.1
authordyh <dengyuanhong@chinamobile.com>
Mon, 8 Mar 2021 05:18:36 +0000 (13:18 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 8 Mar 2021 05:18:42 +0000 (13:18 +0800)
Change-Id: I2cebed0d8cd62be53e59f2892c89d7d709a8d3fe
Issue-ID: VFC-1830
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
gvnfmadapter/docker/build_image.sh
gvnfmadapter/pom.xml
pom.xml
version.properties

index 0db4def..d668c3b 100755 (executable)
@@ -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="gvnfmdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index be5c581..6c9e2f8 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 75647f4..9991797 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-gvnfm</name>
     <description>vfc nfvo drivers-vnfm-gvnfm</description>
index bfb144c..cee0398 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}