From 2a0492b12e3e35748866e0dac5cc0d5c785fcc5c Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Tue, 22 Oct 2019 03:42:14 +0000 Subject: Bump up version to 1.5.0 version for Frankfurt Issue-ID: MULTICLOUD-868 Signed-off-by: Bin Yang Change-Id: I3fce110ab1163b7c31875c2455373d1089aafa4f --- 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 | 4 ++-- windriver/docker/build_image.sh | 4 ++-- windriver/pom.xml | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/fcaps/docker/build_image.sh b/fcaps/docker/build_image.sh index 5c0db3f7..459126fe 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.4.2-SNAPSHOT" -STAGING="1.4.2-STAGING" +VERSION="1.5.0-SNAPSHOT" +STAGING="1.5.0-STAGING" PROJECT="multicloud" IMAGE="openstack-fcaps" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 29f2e652..bc49e1cf 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-fcaps - 1.4.2-SNAPSHOT + 1.5.0-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 099307b9..5e520e2b 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.4.2-SNAPSHOT" -STAGING="1.4.2-STAGING" +VERSION="1.5.0-SNAPSHOT" +STAGING="1.5.0-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 f90421cf..f682f002 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-pike - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT pom multicloud-openstack-pike multicloud for openstack pike diff --git a/pom.xml b/pom.xml index edb72607..2f2927a0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 4.0.0 org.onap.multicloud.openstack multicloud-openstack-root - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT multicloud-openstack pom multicloud openstack diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index a3489f63..a4f4b51f 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.4.2-SNAPSHOT" -STAGING="1.4.2-STAGING" +VERSION="1.5.0-SNAPSHOT" +STAGING="1.5.0-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 880ed766..3ea35665 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-starlingx - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT pom multicloud-openstack-starlingx multicloud for openstack starlingx diff --git a/version.properties b/version.properties index 66718c5c..79e68663 100644 --- a/version.properties +++ b/version.properties @@ -17,8 +17,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=4 -patch=2 +minor=5 +patch=0 base_version=${major}.${minor}.${patch} diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh index 829604e0..3151baeb 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.4.2-SNAPSHOT" -STAGING="1.4.2-STAGING" +VERSION="1.5.0-SNAPSHOT" +STAGING="1.5.0-STAGING" PROJECT="multicloud" IMAGE="openstack-windriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/windriver/pom.xml b/windriver/pom.xml index f4ea2796..65591f81 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -18,12 +18,12 @@ org.onap.multicloud.openstack multicloud-openstack-root - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 org.onap.multicloud.openstack multicloud-openstack-windriver - 1.4.2-SNAPSHOT + 1.5.0-SNAPSHOT pom multicloud-openstack-windriver multicloud for openstack Wind River Titanium Cloud -- cgit