summaryrefslogtreecommitdiffstats
path: root/windriver
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-22 03:42:14 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-22 03:42:14 +0000
commit2a0492b12e3e35748866e0dac5cc0d5c785fcc5c (patch)
tree681470f12f672365880a43563d83877459ac50ec /windriver
parent2deac2900e3f1cf47ca0af214ad8e02468982a24 (diff)
Bump up version to 1.5.0
version for Frankfurt Issue-ID: MULTICLOUD-868 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I3fce110ab1163b7c31875c2455373d1089aafa4f
Diffstat (limited to 'windriver')
-rw-r--r--windriver/docker/build_image.sh4
-rw-r--r--windriver/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh
index 829604e0..3151baeb 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.4.2-SNAPSHOT"
-STAGING="1.4.2-STAGING"
+VERSION="1.5.0-SNAPSHOT"
+STAGING="1.5.0-STAGING"
PROJECT="multicloud"
IMAGE="openstack-windriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/windriver/pom.xml b/windriver/pom.xml
index f4ea2796..65591f81 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.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-windriver</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-windriver</name>
<description>multicloud for openstack Wind River Titanium Cloud</description>