diff options
author | Bin Yang <bin.yang@windriver.com> | 2018-11-13 03:28:24 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2018-11-13 03:28:24 +0000 |
commit | 69c7fffdcc22bc47a84775a7214b0495efa04baf (patch) | |
tree | c3b46af06ed5ed67cab9c2a74480cd4384a7fc36 /newton | |
parent | ce3fffda433531666295e5c9b3148e9128e57f16 (diff) |
Bump version to 1.2.2
Change-Id: Ib70c2bff78f5be8d63c2bb2e612c84cf3d97fb27
Issue-ID: MULTICLOUD-402
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 02422735..ac3d2124 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=LATEST" && \ + 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.2.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 2342e0b7..6ca78110 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.2.1-SNAPSHOT" -STAGING="1.2.1-STAGING" +VERSION="1.2.2-SNAPSHOT" +STAGING="1.2.2-STAGING" PROJECT="multicloud" IMAGE="openstack-newton" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/newton/pom.xml b/newton/pom.xml index 162be1be..ff45304b 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.2.1-SNAPSHOT</version> + <version>1.2.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-newton</name> <description>multicloud for openstack newton</description> |