diff options
author | Yun Huang <yun.huang@windriver.com> | 2018-04-25 16:07:31 +0800 |
---|---|---|
committer | Yun Huang <yun.huang@windriver.com> | 2018-04-25 16:07:31 +0800 |
commit | 3b489ef5aa8593582e550568fff263827aff0a6f (patch) | |
tree | ecce322483d0e71083725ed1e0388f5e172aa273 /newton | |
parent | c97089d9004cf22e6c1216e12102ef667025d24b (diff) |
Bump and align versions
Change-Id: I8e92f27271b01c9d5e0f3897b9e7f60aa4b8db75
Issue-ID: MULTICLOUD-215
Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'newton')
-rw-r--r-- | newton/docker/build_image.sh | 4 | ||||
-rw-r--r-- | newton/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/newton/docker/build_image.sh b/newton/docker/build_image.sh index 203283d1..7b8401eb 100644 --- a/newton/docker/build_image.sh +++ b/newton/docker/build_image.sh @@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.0.0-SNAPSHOT" -STAGING="1.0.0-STAGING" +VERSION="1.1.2-SNAPSHOT" +STAGING="1.1.2-STAGING" PROJECT="multicloud" IMAGE="openstack-newton" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/newton/pom.xml b/newton/pom.xml index 1fda1076..1d23ad16 100644 --- a/newton/pom.xml +++ b/newton/pom.xml @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-newton</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud/openstack/newton</name> <description>multicloud for openstack newton</description> |