Update pom and docker verison of vfc-db 33/70133/2
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 10 Oct 2018 05:35:39 +0000 (13:35 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 10 Oct 2018 05:44:15 +0000 (13:44 +0800)
Change-Id: I7063739d40532d8fab9ec22a7b2d3e0cfd08c45b
Issue-ID: VFC-1142
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/build_image.sh
pom.xml
version.properties

index 6e64233..55709c2 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.1.0"
+VERSION="1.2.0"
 PROJECT="vfc"
 IMAGE="db"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index e71064f..99b985f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.db</groupId>
     <artifactId>vfc-nfvo-db</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-db</name>
     <description>vfc nfvo db</description>
index 7f86aa1..faf06bb 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
+minor=2
 patch=0
 
 base_version=${major}.${minor}.${patch}