From 8ab92dba524aacc4956497d72f6aa1b25ceb1adc Mon Sep 17 00:00:00 2001 From: Sudhakar Reddy Date: Wed, 29 May 2019 10:48:13 +0530 Subject: Bump up patch version after releasing images Change-Id: I50b52e8f237e79c8a57a78a4b770b3f436b125e3 Issue-ID: MULTICLOUD-659 Signed-off-by: Sudhakar Reddy --- azure/docker/build_image.sh | 4 ++-- azure/pom.xml | 2 +- azure/version.properties | 2 +- pom.xml | 2 +- version.properties | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/azure/docker/build_image.sh b/azure/docker/build_image.sh index 582d736..94f34ce 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.3-SNAPSHOT" -STAGING="1.2.3-STAGING" +VERSION="1.2.4-SNAPSHOT" +STAGING="1.2.4-STAGING" PROJECT="multicloud" IMAGE="azure" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/azure/pom.xml b/azure/pom.xml index 4c40f04..2a36429 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/azure/version.properties b/azure/version.properties index 4b0cd45..d01d561 100644 --- a/azure/version.properties +++ b/azure/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} diff --git a/pom.xml b/pom.xml index fe80b89..c3f3eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/version.properties b/version.properties index 4b0cd45..d01d561 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=3 +patch=4 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg