diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-12-13 12:03:29 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-12-13 12:03:29 +0000 |
commit | 01fce901541f9cc1cd79482ad5f54fc3c3b10256 (patch) | |
tree | c9626edf5b223f07d06ef259c1c03e72691c8267 /starlingx | |
parent | 9abfa61aa4e88e0e708b16f3d0598d75f426e355 (diff) |
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 <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 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 @@ <parent> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-root</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-starlingx</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-starlingx</name> <description>multicloud for openstack starlingx</description> |