Update vnfres release version to 1.3.6 76/97176/2
authoryangyan <yangyanyj@chinamobile.com>
Wed, 16 Oct 2019 08:47:21 +0000 (16:47 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Wed, 16 Oct 2019 08:48:17 +0000 (08:48 +0000)
Change-Id: I07ea41fccfdec14e57a7877fbe75bb9dd69e79de
Issue-ID: VFC-1554
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
pom.xml
res/docker/build_image.sh
res/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 018da5f..b20c990 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
     <artifactId>vfc-gvnfm-vnfres</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres</name>
     <description>vfc gvnfm vnfres</description>
index 73b6725..a8c31f5 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="vnfres"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 55c8bb1..f11c0c9 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
         <artifactId>vfc-gvnfm-vnfres</artifactId>
-        <version>1.3.5-SNAPSHOT</version>
+        <version>1.3.6-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
     <artifactId>vfc-gvnfm-vnfres-res</artifactId>
-    <version>1.3.5-SNAPSHOT</version>
+    <version>1.3.6-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres-res</name>
     <description>vfc gvnfm vnfres res</description>
index 8deb44f..580af38 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}