From e10d2f988ea985b788e16ce1d0adf77d1f4cbaef Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Fri, 6 Mar 2020 11:19:35 +0800 Subject: Bump up patch version to 1.5.5 Change-Id: I2eefa150c4ff06af8631a81267311b356259187b Issue-ID: MULTICLOUD-1022 Signed-off-by: Bin Yang --- fcaps/docker/build_image.sh | 4 ++-- fcaps/pom.xml | 4 ++-- hpa/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 ++-- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/fcaps/docker/build_image.sh b/fcaps/docker/build_image.sh index ca9eab79..c0d9dcd7 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.4-SNAPSHOT" -STAGING="1.5.4-STAGING" +VERSION="1.5.5-SNAPSHOT" +STAGING="1.5.5-STAGING" PROJECT="multicloud" IMAGE="openstack-fcaps" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 965689cf..a9ed0ae9 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-fcaps - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT pom multicloud-openstack-fcaps multicloud for openstack Wind River Titanium Cloud diff --git a/hpa/pom.xml b/hpa/pom.xml index 06e7eb78..e92bb01c 100644 --- a/hpa/pom.xml +++ b/hpa/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-hpa - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT pom multicloud-openstack-hpa multicloud for hpa plugin diff --git a/pike/docker/build_image.sh b/pike/docker/build_image.sh index 488cbce0..2e961e5d 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.4-SNAPSHOT" -STAGING="1.5.4-STAGING" +VERSION="1.5.5-SNAPSHOT" +STAGING="1.5.5-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 0981ccda..3f750e70 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-pike - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT pom multicloud-openstack-pike multicloud for openstack pike diff --git a/pom.xml b/pom.xml index 5a29946b..f7618498 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT multicloud-openstack pom multicloud openstack diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index d251fa0f..1c1c51df 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.4-SNAPSHOT" -STAGING="1.5.4-STAGING" +VERSION="1.5.5-SNAPSHOT" +STAGING="1.5.5-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 8ca9a51f..813ae7cf 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-starlingx - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT pom multicloud-openstack-starlingx multicloud for openstack starlingx diff --git a/version.properties b/version.properties index 6771c49b..fe0082d5 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=5 -patch=4 +patch=5 base_version=${major}.${minor}.${patch} diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh index 2a1487e2..c96a2eef 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.4-SNAPSHOT" -STAGING="1.5.4-STAGING" +VERSION="1.5.5-SNAPSHOT" +STAGING="1.5.5-STAGING" PROJECT="multicloud" IMAGE="openstack-windriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/windriver/pom.xml b/windriver/pom.xml index ed6449a7..a809ad50 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-windriver - 1.5.4-SNAPSHOT + 1.5.5-SNAPSHOT pom multicloud-openstack-windriver multicloud for openstack Wind River Titanium Cloud -- cgit 1.2.3-korg