Update vfc-vnflcm vsersion 37/118737/3 1.4.1
authordyh <dengyuanhong@chinamobile.com>
Wed, 3 Mar 2021 07:00:29 +0000 (15:00 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 8 Mar 2021 05:14:12 +0000 (13:14 +0800)
Change-Id: Icdd3aa38c0792c717fda669c09f1248bf0ae2ddc
Issue-ID: VFC-1830
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index 79c79f7..60fd3d8 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="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 553ee7b..d03ece3 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index f568290..5b255d7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index bfb144c..cee0398 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=4
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}