summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-25 03:02:21 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-25 03:02:21 +0000
commit952c8c09d3bc18c22e35f573c460e7cdb9d54d9d (patch)
treed02636d3f24f697c846ed4b0740bf0a8f32da1f7
parent4f3d02cd20803e8e18354b849f094a1400c74822 (diff)
Bump up patch version to 1.5.1
Issue-ID: MULTICLOUD-882 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I7793e2cf77b6e58c1f6310780e8bee236e3fae78
-rw-r--r--fcaps/docker/build_image.sh4
-rw-r--r--fcaps/pom.xml4
-rwxr-xr-xpike/docker/build_image.sh4
-rw-r--r--pike/pom.xml4
-rw-r--r--pom.xml2
-rwxr-xr-xstarlingx/docker/build_image.sh4
-rw-r--r--starlingx/pom.xml4
-rw-r--r--version.properties2
-rw-r--r--windriver/docker/build_image.sh4
-rw-r--r--windriver/pom.xml4
10 files changed, 18 insertions, 18 deletions
diff --git a/fcaps/docker/build_image.sh b/fcaps/docker/build_image.sh
index 459126fe..1cc7e68a 100644
--- a/fcaps/docker/build_image.sh
+++ b/fcaps/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.5.0-SNAPSHOT"
-STAGING="1.5.0-STAGING"
+VERSION="1.5.1-SNAPSHOT"
+STAGING="1.5.1-STAGING"
PROJECT="multicloud"
IMAGE="openstack-fcaps"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/fcaps/pom.xml b/fcaps/pom.xml
index bc49e1cf..4096647a 100644
--- a/fcaps/pom.xml
+++ b/fcaps/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-fcaps</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-fcaps</name>
<description>multicloud for openstack Wind River Titanium Cloud</description>
diff --git a/pike/docker/build_image.sh b/pike/docker/build_image.sh
index 5e520e2b..7d93953f 100755
--- a/pike/docker/build_image.sh
+++ b/pike/docker/build_image.sh
@@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
-VERSION="1.5.0-SNAPSHOT"
-STAGING="1.5.0-STAGING"
+VERSION="1.5.1-SNAPSHOT"
+STAGING="1.5.1-STAGING"
OS_VERSION="pike"
IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
diff --git a/pike/pom.xml b/pike/pom.xml
index f682f002..e89b9a81 100644
--- a/pike/pom.xml
+++ b/pike/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-pike</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-pike</name>
<description>multicloud for openstack pike</description>
diff --git a/pom.xml b/pom.xml
index 2f2927a0..0b59aec7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<name>multicloud-openstack</name>
<packaging>pom</packaging>
<description>multicloud openstack</description>
diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh
index a4f4b51f..f7ae7c8e 100755
--- a/starlingx/docker/build_image.sh
+++ b/starlingx/docker/build_image.sh
@@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}"
cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
-VERSION="1.5.0-SNAPSHOT"
-STAGING="1.5.0-STAGING"
+VERSION="1.5.1-SNAPSHOT"
+STAGING="1.5.1-STAGING"
OS_VERSION="starlingx"
IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}"
diff --git a/starlingx/pom.xml b/starlingx/pom.xml
index 3ea35665..7b9f9888 100644
--- a/starlingx/pom.xml
+++ b/starlingx/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-starlingx</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-starlingx</name>
<description>multicloud for openstack starlingx</description>
diff --git a/version.properties b/version.properties
index 79e68663..ccb9e7c6 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh
index 3151baeb..586b6e74 100644
--- a/windriver/docker/build_image.sh
+++ b/windriver/docker/build_image.sh
@@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.5.0-SNAPSHOT"
-STAGING="1.5.0-STAGING"
+VERSION="1.5.1-SNAPSHOT"
+STAGING="1.5.1-STAGING"
PROJECT="multicloud"
IMAGE="openstack-windriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/windriver/pom.xml b/windriver/pom.xml
index 65591f81..cc9fe14b 100644
--- a/windriver/pom.xml
+++ b/windriver/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-root</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-windriver</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-windriver</name>
<description>multicloud for openstack Wind River Titanium Cloud</description>