update vnflcm version to 1.3.3 16/89116/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 3 Jun 2019 02:43:56 +0000 (10:43 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 3 Jun 2019 02:44:03 +0000 (10:44 +0800)
Change-Id: Ide57dc464102234493e93e2f227f598f8ba5d597
Issue-ID: VFC-1410
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
lcm/docker/build_image.sh
lcm/pom.xml
pom.xml
version.properties

index fd15c98..8f104cf 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.2"
+VERSION="1.3.3"
 PROJECT="vfc"
 IMAGE="vnflcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 2f7fc6a..91a6b89 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
         <artifactId>vfc-gvnfm-vnflcm</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.3-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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm-lcm</name>
     <properties>
diff --git a/pom.xml b/pom.xml
index 627c281..2b470b9 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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnflcm</name>
     <description>vfc gvnfm vnflcm</description>
index bf02e8d..f9bc3a2 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}