From 72d43b4067714f3e8aa61c5f07a81861aaa88b37 Mon Sep 17 00:00:00 2001 From: liangke Date: Wed, 2 May 2018 13:56:29 +0800 Subject: [PATCH] Update artifact version Change-Id: Ie2d253aaffa4340078bbe0f35e0dafd6bb89f8f6 Issue-ID: MULTICLOUD-219 Signed-off-by: liangke --- multivimbroker/docker/build_image.sh | 6 +++--- multivimbroker/pom.xml | 6 +++--- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh index a365a0b..1a2a81c 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.0.0-SNAPSHOT" -STAGING_VERSION="1.0.0-STAGING" +VERSION="1.1.2-SNAPSHOT" +STAGING_VERSION="1.1.2-STAGING" PROJECT="multicloud" IMAGE="framework" DOCKER_REPOSITORY="nexus3.onap.org:10003" @@ -42,4 +42,4 @@ function push_image { } build_image -push_image \ No newline at end of file +push_image diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index fbd40c0..c05d2a6 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.framework multicloud-framework - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT 4.0.0 org.onap.multicloud.framework.broker multicloud-framework-broker - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud-framework-broker multivim broker @@ -55,4 +55,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index bdd5736..8a10a3f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.framework multicloud-framework - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud-framework multivim broker diff --git a/version.properties b/version.properties index aea6c47..944b7e5 100644 --- a/version.properties +++ b/version.properties @@ -19,7 +19,7 @@ major=1 minor=1 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6