From 463eb41dc371cc857d058b0ae22bdeab64f1f7e3 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 11 Jul 2019 04:09:29 +0000 Subject: Bump up version for E Release Change from 1.3.5 to 1.4.0 Change-Id: I91e1e5ffa95b54b6650d7b895ea5daf1590217dc Issue-ID: MULTICLOUD-700 Signed-off-by: Bin Yang --- starlingx/docker/Dockerfile | 2 +- starlingx/docker/build_image.sh | 4 ++-- starlingx/pom.xml | 9 ++++----- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'starlingx') diff --git a/starlingx/docker/Dockerfile b/starlingx/docker/Dockerfile index 6d638f0e..18788dd1 100644 --- a/starlingx/docker/Dockerfile +++ b/starlingx/docker/Dockerfile @@ -36,7 +36,7 @@ RUN addgroup -S onap && adduser -S -G onap onap RUN apk update && \ apk add bash uwsgi curl memcached wget unzip gcc make libc-dev libffi-dev openssl-dev && \ cd /opt/ && \ - wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.3.5-SNAPSHOT" && \ + wget -O /opt/multicloud-openstack-starlingx.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-starlingx&e=zip&v=1.4.0-SNAPSHOT" && \ unzip -q -o -B /opt/multicloud-openstack-starlingx.zip -d /opt/ && \ rm -f /opt/multicloud-openstack-starlingx.zip && \ pip install -r /opt/starlingx/requirements.txt && \ diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index a738f328..9fc7b83f 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.3.5-SNAPSHOT" -STAGING="1.3.5-STAGING" +VERSION="1.4.0-SNAPSHOT" +STAGING="1.4.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 22c746f1..83dd656a 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -16,15 +16,14 @@ --> - org.onap.oparent - oparent - 2.0.0 - ../oparent + org.onap.multicloud.openstack + multicloud-openstack-root + 1.4.0-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-starlingx - 1.3.5-SNAPSHOT + 1.4.0-SNAPSHOT pom multicloud-openstack-starlingx multicloud for openstack starlingx -- cgit 1.2.3-korg