diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-04-02 11:03:28 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-04-02 11:03:28 +0000 |
commit | 44fcaf7a0408fd9f6850f3c1c65e404d05536f22 (patch) | |
tree | 2130689d027ddf4218f7deeafe2be560a382d761 /starlingx | |
parent | 1ac368da49c5ce7bb1257907773406f92407911d (diff) |
Bump up version to 1.5.6frankfurt
Change-Id: Icc7bb5bf48691d0daefc47ba975b3e4fa18d08a4
Issue-ID: MULTICLOUD-1045
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'starlingx')
-rwxr-xr-x | starlingx/docker/build_image.sh | 4 | ||||
-rw-r--r-- | starlingx/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/starlingx/docker/build_image.sh b/starlingx/docker/build_image.sh index 1c1c51df..69b0dca3 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.5-SNAPSHOT" -STAGING="1.5.5-STAGING" +VERSION="1.5.6-SNAPSHOT" +STAGING="1.5.6-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 813ae7cf..8898bba1 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-root</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-starlingx</artifactId> - <version>1.5.5-SNAPSHOT</version> + <version>1.5.6-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-starlingx</name> <description>multicloud for openstack starlingx</description> |