update version to 1.3.2 36/88436/1
authoryangyan <yangyanyj@chinamobile.com>
Fri, 24 May 2019 01:56:23 +0000 (09:56 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Fri, 24 May 2019 01:56:34 +0000 (09:56 +0800)
Change-Id: I1da7fe356ca12f0146885e9779f66b1ce8cea77a
Issue-ID: VFC-1394
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index a8bf10e..7593bc8 100644 (file)
@@ -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="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 6a446e3..c91f24e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index fb21064..0969948 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}