diff options
-rwxr-xr-x | azure/docker/build_image.sh | 4 | ||||
-rw-r--r-- | azure/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.azure</groupId> <artifactId>multicloud-azure</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-azure</name> <description>multicloud azure</description> @@ -21,7 +21,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.azure.root</groupId> <artifactId>multicloud-azure-root</artifactId> - <version>1.2.4-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-azure</name> <description>multicloud azure</description> 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} |