Update vnflcm release version to 1.3.6 73/97173/2
authoryangyan <yangyanyj@chinamobile.com>
Wed, 16 Oct 2019 08:26:44 +0000 (16:26 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Wed, 16 Oct 2019 08:30:40 +0000 (16:30 +0800)
Change-Id: Ieeb40a5ac4301a9e276fa498842751c25ebbf131
Issue-ID: VFC-1554
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index 8ec282f..3155bba 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.5"
+VERSION="1.3.6"
 PROJECT="vfc"
 IMAGE="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index b8c2dfe..1049cc5 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.6-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.5-SNAPSHOT</version>
+    <version>1.3.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index be3a801..9b15de7 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.5-SNAPSHOT</version>
+    <version>1.3.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index 8deb44f..580af38 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}