diff options
author | Bin Yang <bin.yang@windriver.com> | 2020-02-23 16:13:13 +0800 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2020-02-23 16:13:13 +0800 |
commit | 12ab737b2f4117e67bebfd6f867ec243282ba396 (patch) | |
tree | 4629f540ade9526910c5e900e2c26f6b95ef8355 /starlingx | |
parent | abcae48923bded1da4a3376bce50c2b4cec26ad4 (diff) |
Bump patch version to 1.5.4
Change-Id: I85cd221a7150d97b7196de27b4d2aab80cef3cce
Issue-ID: MULTICLOUD-1000
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 36522dee..d251fa0f 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.3-SNAPSHOT" -STAGING="1.5.3-STAGING" +VERSION="1.5.4-SNAPSHOT" +STAGING="1.5.4-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 5ee435d8..8ca9a51f 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.3-SNAPSHOT</version> + <version>1.5.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-starlingx</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-starlingx</name> <description>multicloud for openstack starlingx</description> |