update version of catalog 65/62965/1
authoryangyan <yangyanyj@chinamobile.com>
Mon, 27 Aug 2018 03:20:53 +0000 (11:20 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Mon, 27 Aug 2018 03:22:03 +0000 (11:22 +0800)
Change-Id: I653ca294d557969f87e77922888114c5a52964ad
Issue-ID: VFC-1079
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index b42369f..57fa076 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="catalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 54b03c6..98a69e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.catalog</groupId>
     <artifactId>vfc-nfvo-catalog</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-catalog</name>
     <description>vfc nfvo catalog</description>
index e175101..ad491ae 100644 (file)
@@ -17,7 +17,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}