summaryrefslogtreecommitdiffstats
path: root/starlingx
diff options
context:
space:
mode:
authorBin Yang <Bin.Yang@windriver.com>2019-10-17 02:08:50 +0000
committerBin Yang <Bin.Yang@windriver.com>2019-10-17 02:08:50 +0000
commit44f6e268787be81960f9088d32865b323c75c57c (patch)
treea59bc1357b5d85ae7e736b0e2ff82aa63c024aa0 /starlingx
parent64b18899a7811f1d2a5250b6e0ca86578776fe4c (diff)
Bump up openstack plugin version to 1.4.2
Issue-ID: MULTICLOUD-865 Signed-off-by: Bin Yang <Bin.Yang@windriver.com> Change-Id: I711a3227511c49523445ce6e563e2252caeb1c6a
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 001f9701..a3489f63 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.1-SNAPSHOT"
-STAGING="1.4.1-STAGING"
+VERSION="1.4.2-SNAPSHOT"
+STAGING="1.4.2-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 f018ea1c..880ed766 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.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-starlingx</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud-openstack-starlingx</name>
<description>multicloud for openstack starlingx</description>