update project version to 1.3.3 15/89115/1 dublin
authoryangyan <yangyanyj@chinamobile.com>
Mon, 3 Jun 2019 02:37:56 +0000 (10:37 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 3 Jun 2019 02:38:01 +0000 (10:38 +0800)
Change-Id: I492ea63000f873a49d63b5bb55c1fb2af94da069
Issue-ID: VFC-1410
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 e6e8e88..ac0d533 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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres</name>
     <description>vfc gvnfm vnfres</description>
index 153723c..d5ce263 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="vnfres"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 418301f..f2e7cbc 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
         <artifactId>vfc-gvnfm-vnfres</artifactId>
-        <version>1.3.2-SNAPSHOT</version>
+        <version>1.3.3-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.2-SNAPSHOT</version>
+    <version>1.3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfres-res</name>
     <description>vfc gvnfm vnfres res</description>
index bf02e8d..f9bc3a2 100644 (file)
@@ -19,7 +19,7 @@
 
 major=1
 minor=3
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}