update version to 1.3.2 35/88435/2
authoryangyan <yangyanyj@chinamobile.com>
Fri, 24 May 2019 01:51:42 +0000 (09:51 +0800)
committerYan Yang <yangyanyj@chinamobile.com>
Fri, 24 May 2019 01:55:07 +0000 (01:55 +0000)
Change-Id: Ib265de5770426f441f9953ba9a560df62d59b388
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
mgr/docker/build_image.sh
mgr/pom.xml
pom.xml
version.properties

index 5ecaaab..840ea87 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="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index a756cc5..3b9e4fb 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.3.1-SNAPSHOT</version>
+        <version>1.3.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
     <artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 27366c9..8f7fe5a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
     <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
index 3566fa0..bf02e8d 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}