Bump up multicloud azure version to 1.2.5 00/97000/1 elalto 5.0.2-ONAP
authorBin Yang <Bin.Yang@windriver.com>
Sat, 12 Oct 2019 08:34:24 +0000 (08:34 +0000)
committerBin Yang <Bin.Yang@windriver.com>
Sat, 12 Oct 2019 08:34:24 +0000 (08:34 +0000)
Issue-ID: MULTICLOUD-859
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I5c4ac31d6dca7dbb426e54ebd00a5699b48cf6bf

azure/docker/build_image.sh
azure/pom.xml
pom.xml
version.properties

index 94f34ce..cd1065b 100755 (executable)
@@ -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"
index 0fa37ac..19fd890 100644 (file)
@@ -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>
diff --git a/pom.xml b/pom.xml
index 33ed62a..f2133c8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index d01d561..5b2ca21 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=2
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}