summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xazure/docker/build_image.sh4
-rw-r--r--azure/pom.xml2
-rw-r--r--azure/version.properties2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.azure</groupId>
<artifactId>multicloud-azure</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-azure</name>
<description>multicloud azure</description>
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.azure</groupId>
<artifactId>multicloud-azure</artifactId>
- <version>1.2.3-SNAPSHOT</version>
+ <version>1.2.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-azure</name>
<description>multicloud azure</description>
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}