From: Bin Yang Date: Tue, 16 Oct 2018 06:57:59 +0000 (+0000) Subject: Bump up patch version after releasing images X-Git-Tag: 1.2.1~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=2dfba4b15af4fea7092dae1619cf985013b7a129 Bump up patch version after releasing images Change-Id: I4c0fe0586b7b523156e5906bcee297b66448d38b Issue-ID: MULTICLOUD-379 Signed-off-by: Bin Yang --- diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh index aa3db1b..818ea7d 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.2.0-SNAPSHOT" -STAGING_VERSION="1.2.0-STAGING" +VERSION="1.2.1-SNAPSHOT" +STAGING_VERSION="1.2.1-STAGING" PROJECT="multicloud" IMAGE="framework" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 24baf9e..979dd65 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.framework multicloud-framework - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT 4.0.0 org.onap.multicloud.framework.broker multicloud-framework-broker - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT pom multicloud-framework-broker multivim broker diff --git a/pom.xml b/pom.xml index 5ade718..a96365c 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.framework multicloud-framework - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT pom multicloud-framework multivim broker diff --git a/version.properties b/version.properties index 4590fae..a3d3e96 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch}