From 6d9ccdecad90a77b9e0f9e37ea9a2c61321b9891 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Sat, 12 Oct 2019 08:34:24 +0000 Subject: [PATCH] Bump up multicloud azure version to 1.2.5 Issue-ID: MULTICLOUD-859 Signed-off-by: Bin Yang Change-Id: I5c4ac31d6dca7dbb426e54ebd00a5699b48cf6bf --- azure/docker/build_image.sh | 4 ++-- azure/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/azure/docker/build_image.sh b/azure/docker/build_image.sh index 94f34ce..cd1065b 100755 --- a/azure/docker/build_image.sh +++ b/azure/docker/build_image.sh @@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.4-SNAPSHOT" -STAGING="1.2.4-STAGING" +VERSION="1.2.5-SNAPSHOT" +STAGING="1.2.5-STAGING" PROJECT="multicloud" IMAGE="azure" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/azure/pom.xml b/azure/pom.xml index 0fa37ac..19fd890 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/pom.xml b/pom.xml index 33ed62a..f2133c8 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.onap.multicloud.azure.root multicloud-azure-root - 1.2.4-SNAPSHOT + 1.2.5-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/version.properties b/version.properties index d01d561..5b2ca21 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} -- 2.16.6