fix version to 1.3.1 63/88063/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 20 May 2019 07:18:02 +0000 (15:18 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 20 May 2019 07:18:21 +0000 (15:18 +0800)
Change-Id: Id77da54a0679f135cbe12f125e8e4f64b08e445c
Issue-ID: VFC-1388
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index a524b9e..998e897 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.0"
+VERSION="1.3.1"
 PROJECT="vfc"
 IMAGE="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index fa54781..b0d748b 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.3.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.3.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index e8382c7..270eba9 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.0-SNAPSHOT</version>
+    <version>1.3.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index 75e785b..3566fa0 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}