From 077b4c0a439393531371e1c5e34f3637a306f754 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 17 Mar 2020 21:50:08 +0800 Subject: Bump up patch version after release 1.5.1 Issue-ID: MULTICLOUD-1032 Signed-off-by: Bin Yang Change-Id: I0a470b1b8d32aa53f5a5a1e42dd1f576997fbb11 --- multivimbroker/docker/build_image.sh | 4 ++-- multivimbroker/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'multivimbroker') diff --git a/multivimbroker/docker/build_image.sh b/multivimbroker/docker/build_image.sh index 57b9106..d7a92f2 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.5.1-SNAPSHOT" -STAGING_VERSION="1.5.1-STAGING" +VERSION="1.5.2-SNAPSHOT" +STAGING_VERSION="1.5.2-STAGING" PROJECT="multicloud" IMAGE="framework" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index d20e2d3..c9fbdee 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.framework multicloud-framework - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-broker - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-framework-broker multivim broker -- cgit 1.2.3-korg