From 0869aa4af09167bd2ac41c4fcf19bd921f84e7c9 Mon Sep 17 00:00:00 2001 From: liangke Date: Fri, 27 Jul 2018 18:25:30 +0800 Subject: [PATCH] Bump version to 1.2.0 Change-Id: Ib0a3241e2a0e6ad508c8602d4e75c64663e21904 Issue-ID: MULTICLOUD-286 Signed-off-by: liangke --- multivimbroker/docker/build_image.sh | 4 ++-- multivimbroker/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh index 1a2a81c..aa3db1b 100644 --- a/multivimbroker/docker/build_image.sh +++ b/multivimbroker/docker/build_image.sh @@ -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" diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index c05d2a6..24baf9e 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.framework multicloud-framework - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT 4.0.0 org.onap.multicloud.framework.broker multicloud-framework-broker - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT pom multicloud-framework-broker multivim broker diff --git a/pom.xml b/pom.xml index 8a10a3f..0b56041 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.framework multicloud-framework - 1.1.2-SNAPSHOT + 1.2.0-SNAPSHOT pom multicloud-framework multivim broker diff --git a/version.properties b/version.properties index 944b7e5..4590fae 100644 --- a/version.properties +++ b/version.properties @@ -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} -- 2.16.6