Merge "update version to 1.3.2"
authormaopeng zhang <zhang.maopeng1@zte.com.cn>
Fri, 24 May 2019 07:06:02 +0000 (07:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 24 May 2019 07:06:02 +0000 (07:06 +0000)
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index 998e897..fd15c98 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.1"
+VERSION="1.3.2"
 PROJECT="vfc"
 IMAGE="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index b0d748b..2f7fc6a 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 270eba9..627c281 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.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index 3566fa0..bf02e8d 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}