From 379a8ac73b99ebc43b917d7128be0099c56e9619 Mon Sep 17 00:00:00 2001 From: Sudhakar Reddy Date: Mon, 12 Nov 2018 07:43:14 +0200 Subject: Bump up patch version after releasing images Change-Id: Iece34d8d041c231787f1bc8221f12ccd305b8ccc Issue-ID: MULTICLOUD-379 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 3dd33c7..cabe89e 100644 --- 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.1-SNAPSHOT" -STAGING="1.2.1-STAGING" +VERSION="1.2.2-SNAPSHOT" +STAGING="1.2.2-STAGING" PROJECT="multicloud" IMAGE="azure" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/azure/pom.xml b/azure/pom.xml index fb9486b..fa4ecbb 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/azure/version.properties b/azure/version.properties index 057ba1a..eabed60 100644 --- a/azure/version.properties +++ b/azure/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/pom.xml b/pom.xml index c7f13f7..0d70221 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.1-SNAPSHOT + 1.2.2-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/version.properties b/version.properties index 057ba1a..eabed60 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg