diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-04-26 07:04:10 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-04-30 06:26:53 +0000 |
commit | 44dd8f2c00ee8a6ec5157bc24af6ae0bcb75d9dd (patch) | |
tree | 2e35c782cf1b380441f60ce39eeab3a578446a8f /newton | |
parent | 8cd7378736fa89f7df943283ff328441b551e0e0 (diff) |
Upgrade to 1.3.2
This should be done once 1.3.1 artifacts are released
Change-Id: I943b7cd163b3e607e098e2e6c248a3ed4169119c
Issue-ID: MULTICLOUD-590
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'newton')
-rw-r--r-- | newton/docker/Dockerfile | 2 | ||||
-rw-r--r-- | newton/docker/build_image.sh | 4 | ||||
-rw-r--r-- | newton/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/newton/docker/Dockerfile b/newton/docker/Dockerfile index 15b770a7..33dc774b 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.1-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.2-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 e467465b..02856107 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.1-SNAPSHOT" -STAGING="1.3.1-STAGING" +VERSION="1.3.2-SNAPSHOT" +STAGING="1.3.2-STAGING" PROJECT="multicloud" IMAGE="openstack-newton" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/newton/pom.xml b/newton/pom.xml index 732044a2..3fece162 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-newton</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-newton</name> <description>multicloud for openstack newton</description> |