From 091e2b38db978bceffcd3534f797fd6fa25fa970 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 16 Dec 2021 16:18:32 +0800 Subject: Upgrade version to 1.7.3 after release with log4j fixing Issue-ID: MULTICLOUD-1433 Signed-off-by: Bin Yang Change-Id: Idf15d28c176baadd00efee9835279326acdb0918 --- 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 a6559d4..e3d21b5 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.7.2-SNAPSHOT" -STAGING_VERSION="1.7.2-STAGING" +VERSION="1.7.3-SNAPSHOT" +STAGING_VERSION="1.7.3-STAGING" PROJECT="multicloud" IMAGE="framework" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 19371aa..361aaa1 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.framework multicloud-framework - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT 4.0.0 org.onap.multicloud.framework multicloud-framework-broker - 1.7.2-SNAPSHOT + 1.7.3-SNAPSHOT pom multicloud-framework-broker multivim broker -- cgit 1.2.3-korg