diff options
author | Sudhakar Reddy <Sudhakar.Reddy@amdocs.com> | 2018-10-16 11:39:26 +0530 |
---|---|---|
committer | Sudhakar Reddy <Sudhakar.Reddy@amdocs.com> | 2018-10-16 11:39:55 +0530 |
commit | f9804153b51487a4ba4a917277a253f63e9fdb83 (patch) | |
tree | 3a6cf107a632678cb24de40705eb19910ebf3611 | |
parent | b7ce2181af586a4a2e4d2fb34a0d2461339529cc (diff) |
Bump up patch version after releasing images
Change-Id: Ia0673a8151b938e89eff1c1b6d7f883f79b35c4f
Issue-ID: MULTICLOUD-379
Signed-off-by: Sudhakar Reddy <Sudhakar.Reddy@amdocs.com>
-rw-r--r-- | azure/docker/build_image.sh | 4 | ||||
-rw-r--r-- | azure/pom.xml | 2 | ||||
-rw-r--r-- | azure/version.properties | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | 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 2865c60..3dd33c7 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.0-SNAPSHOT" -STAGING="1.2.0-STAGING" +VERSION="1.2.1-SNAPSHOT" +STAGING="1.2.1-STAGING" PROJECT="multicloud" IMAGE="azure" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/azure/pom.xml b/azure/pom.xml index e2c94e8..fb9486b 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.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-azure</name> <description>multicloud azure</description> diff --git a/azure/version.properties b/azure/version.properties index 831b951..057ba1a 100644 --- a/azure/version.properties +++ b/azure/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} @@ -22,7 +22,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.azure</groupId> <artifactId>multicloud-azure</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-azure</name> <description>multicloud azure</description> diff --git a/version.properties b/version.properties index 831b951..057ba1a 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |