From: Vidisha Date: Tue, 27 Nov 2018 07:32:18 +0000 (+0530) Subject: Bump up patch version after releasing images X-Git-Tag: 1.2.4~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d6b048c8e3d64ddadd19fd3396dea71110f146a7;p=multicloud%2Fazure.git Bump up patch version after releasing images Change-Id: Iba9c619a006fc25b1b8cad7611b46a414bc63051 Issue-ID: MULTICLOUD-379 Signed-off-by: Vidisha --- diff --git a/azure/docker/build_image.sh b/azure/docker/build_image.sh index cabe89e..582d736 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.2-SNAPSHOT" -STAGING="1.2.2-STAGING" +VERSION="1.2.3-SNAPSHOT" +STAGING="1.2.3-STAGING" PROJECT="multicloud" IMAGE="azure" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/azure/pom.xml b/azure/pom.xml index fa4ecbb..4c40f04 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/azure/version.properties b/azure/version.properties index eabed60..4b0cd45 100644 --- a/azure/version.properties +++ b/azure/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} diff --git a/pom.xml b/pom.xml index 0d70221..fe80b89 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.2-SNAPSHOT + 1.2.3-SNAPSHOT pom multicloud-azure multicloud azure diff --git a/version.properties b/version.properties index eabed60..4b0cd45 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch}