Bump version to 1.2.0 09/57809/1
authorliangke <lokyse@163.com>
Fri, 27 Jul 2018 10:25:30 +0000 (18:25 +0800)
committerliangke <lokyse@163.com>
Fri, 27 Jul 2018 10:27:14 +0000 (18:27 +0800)
Change-Id: Ib0a3241e2a0e6ad508c8602d4e75c64663e21904
Issue-ID: MULTICLOUD-286
Signed-off-by: liangke <lokyse@163.com>
multivimbroker/docker/build_image.sh
multivimbroker/pom.xml
pom.xml
version.properties

index 1a2a81c..aa3db1b 100644 (file)
@@ -17,8 +17,8 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.1.2-SNAPSHOT"
-STAGING_VERSION="1.1.2-STAGING"
+VERSION="1.2.0-SNAPSHOT"
+STAGING_VERSION="1.2.0-STAGING"
 PROJECT="multicloud"
 IMAGE="framework"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index c05d2a6..24baf9e 100644 (file)
     <parent>
         <groupId>org.onap.multicloud.framework</groupId>
         <artifactId>multicloud-framework</artifactId>
-        <version>1.1.2-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.framework.broker</groupId>
     <artifactId>multicloud-framework-broker</artifactId>
-    <version>1.1.2-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>multicloud-framework-broker</name>
     <description>multivim broker</description>
diff --git a/pom.xml b/pom.xml
index 8a10a3f..0b56041 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.framework</groupId>
     <artifactId>multicloud-framework</artifactId>
-    <version>1.1.2-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>multicloud-framework</name>
     <description>multivim broker</description>
index 944b7e5..4590fae 100644 (file)
@@ -18,8 +18,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
-patch=2
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}