From 01fce901541f9cc1cd79482ad5f54fc3c3b10256 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 13 Dec 2019 12:03:29 +0000 Subject: [PATCH] Bump up patch version 1.5.2 patch to fix pike infra_workload API bug Change-Id: Idc485ebc2c2b7e482f90dee78135119bd5dfeb5f Issue-ID: MULTICLOUD-965 Signed-off-by: Bin Yang --- fcaps/docker/build_image.sh | 4 ++-- fcaps/pom.xml | 4 ++-- pike/docker/build_image.sh | 4 ++-- pike/pom.xml | 4 ++-- pom.xml | 2 +- starlingx/docker/build_image.sh | 4 ++-- starlingx/pom.xml | 4 ++-- version.properties | 2 +- windriver/docker/build_image.sh | 4 ++-- windriver/pom.xml | 4 ++-- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/fcaps/docker/build_image.sh b/fcaps/docker/build_image.sh index 1cc7e68a..efca4f83 100644 --- a/fcaps/docker/build_image.sh +++ b/fcaps/docker/build_image.sh @@ -6,8 +6,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.5.1-SNAPSHOT" -STAGING="1.5.1-STAGING" +VERSION="1.5.2-SNAPSHOT" +STAGING="1.5.2-STAGING" PROJECT="multicloud" IMAGE="openstack-fcaps" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 4096647a..556b9046 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-fcaps - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-openstack-fcaps multicloud for openstack Wind River Titanium Cloud diff --git a/pike/docker/build_image.sh b/pike/docker/build_image.sh index 7d93953f..d71c2d24 100755 --- a/pike/docker/build_image.sh +++ b/pike/docker/build_image.sh @@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}" cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" -VERSION="1.5.1-SNAPSHOT" -STAGING="1.5.1-STAGING" +VERSION="1.5.2-SNAPSHOT" +STAGING="1.5.2-STAGING" OS_VERSION="pike" IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}" diff --git a/pike/pom.xml b/pike/pom.xml index cc950cdd..82f8b401 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-pike - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-openstack-pike multicloud for openstack pike diff --git a/pom.xml b/pom.xml index 0b59aec7..bd19582a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-root - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT multicloud-openstack pom multicloud openstack diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index f7ae7c8e..be13c7f1 100755 --- a/starlingx/docker/build_image.sh +++ b/starlingx/docker/build_image.sh @@ -20,8 +20,8 @@ echo "DOCKER_BUILD_DIR=${DOCKER_BUILD_DIR}" cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" -VERSION="1.5.1-SNAPSHOT" -STAGING="1.5.1-STAGING" +VERSION="1.5.2-SNAPSHOT" +STAGING="1.5.2-STAGING" OS_VERSION="starlingx" IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/openstack-${OS_VERSION}" diff --git a/starlingx/pom.xml b/starlingx/pom.xml index 7b9f9888..a55ee31f 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-starlingx - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-openstack-starlingx multicloud for openstack starlingx diff --git a/version.properties b/version.properties index ccb9e7c6..2fcfa950 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=5 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh index 586b6e74..295efbbb 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.5.1-SNAPSHOT" -STAGING="1.5.1-STAGING" +VERSION="1.5.2-SNAPSHOT" +STAGING="1.5.2-STAGING" PROJECT="multicloud" IMAGE="openstack-windriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/windriver/pom.xml b/windriver/pom.xml index cc9fe14b..342c7278 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-windriver - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT pom multicloud-openstack-windriver multicloud for openstack Wind River Titanium Cloud -- 2.16.6