From 5a763312cb42881352905d043b806d910062e05e Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 26 Apr 2019 04:46:55 +0000 Subject: upgrade version to 1.3.1 1.3.0 was used by integration team for validation Change-Id: Ib28838cc4d3dca872b7404e572f5db365487cfb9 Issue-ID: MULTICLOUD-589 Signed-off-by: Bin Yang --- newton/docker/Dockerfile | 2 +- newton/docker/build_image.sh | 4 ++-- newton/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'newton') diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile index c43311e8..15b770a7 100644 --- a/newton/docker/Dockerfile +++ b/newton/docker/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update && \ apt-get install -y memcached && \ apt-get install -y unzip && \ cd /opt/ && \ - wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=1.3.0-SNAPSHOT" && \ + wget -O multicloud-openstack-newton.zip "https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.multicloud.openstack&a=multicloud-openstack-newton&e=zip&v=1.3.1-SNAPSHOT" && \ unzip -q -o -B multicloud-openstack-newton.zip && \ chmod +x /opt/newton/*.sh && \ rm -f multicloud-openstack-newton.zip && \ diff --git a/newton/docker/build_image.sh b/newton/docker/build_image.sh index d727d7a5..e467465b 100644 --- a/newton/docker/build_image.sh +++ b/newton/docker/build_image.sh @@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.0-SNAPSHOT" -STAGING="1.3.0-STAGING" +VERSION="1.3.1-SNAPSHOT" +STAGING="1.3.1-STAGING" PROJECT="multicloud" IMAGE="openstack-newton" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/newton/pom.xml b/newton/pom.xml index 89987ef3..732044a2 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-newton - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT pom multicloud-openstack-newton multicloud for openstack newton -- cgit 1.2.3-korg