From 3b489ef5aa8593582e550568fff263827aff0a6f Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Wed, 25 Apr 2018 16:07:31 +0800 Subject: Bump and align versions Change-Id: I8e92f27271b01c9d5e0f3897b9e7f60aa4b8db75 Issue-ID: MULTICLOUD-215 Signed-off-by: Yun Huang --- newton/docker/build_image.sh | 4 ++-- newton/pom.xml | 2 +- ocata/docker/build_image.sh | 4 ++-- ocata/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- windriver/docker/build_image.sh | 4 ++-- windriver/pom.xml | 2 +- 8 files changed, 11 insertions(+), 11 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 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-newton - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud/openstack/newton multicloud for openstack newton diff --git a/ocata/docker/build_image.sh b/ocata/docker/build_image.sh index e8bfdf2c..c85989d0 100644 --- a/ocata/docker/build_image.sh +++ b/ocata/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-ocata" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/ocata/pom.xml b/ocata/pom.xml index 29032167..7ef3c588 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-ocata - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud/openstack/ocata multicloud for openstack ocata diff --git a/pom.xml b/pom.xml index 6ec61fb9..07b6756e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-root - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT multicloud-openstack pom multicloud openstack diff --git a/version.properties b/version.properties index 5782ea4f..d5a45f9e 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=1 -patch=0 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh index 85e80c22..18a9dac9 100644 --- a/windriver/docker/build_image.sh +++ b/windriver/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-windriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/windriver/pom.xml b/windriver/pom.xml index 0b216c59..0ee06581 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -24,7 +24,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-windriver - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud/openstack/windriver multicloud for openstack Wind River Titanium Cloud -- cgit 1.2.3-korg