summaryrefslogtreecommitdiffstats
path: root/starlingx
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 /starlingx
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 'starlingx')
-rwxr-xr-xstarlingx/docker/build_image.sh4
-rw-r--r--starlingx/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh
index a3489f63..a4f4b51f 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.4.2-SNAPSHOT"
-STAGING="1.4.2-STAGING"
+VERSION="1.5.0-SNAPSHOT"
+STAGING="1.5.0-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 880ed766..3ea35665 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.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-starlingx</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-starlingx</name>
<description>multicloud for openstack starlingx</description>