diff options
author | Bin Yang <Bin.Yang@windriver.com> | 2019-10-25 03:02:21 +0000 |
---|---|---|
committer | Bin Yang <Bin.Yang@windriver.com> | 2019-10-25 03:02:21 +0000 |
commit | 952c8c09d3bc18c22e35f573c460e7cdb9d54d9d (patch) | |
tree | d02636d3f24f697c846ed4b0740bf0a8f32da1f7 /windriver | |
parent | 4f3d02cd20803e8e18354b849f094a1400c74822 (diff) |
Bump up patch version to 1.5.1
Issue-ID: MULTICLOUD-882
Signed-off-by: Bin Yang <Bin.Yang@windriver.com>
Change-Id: I7793e2cf77b6e58c1f6310780e8bee236e3fae78
Diffstat (limited to 'windriver')
-rw-r--r-- | windriver/docker/build_image.sh | 4 | ||||
-rw-r--r-- | windriver/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh index 3151baeb..586b6e74 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.0-SNAPSHOT" -STAGING="1.5.0-STAGING" +VERSION="1.5.1-SNAPSHOT" +STAGING="1.5.1-STAGING" PROJECT="multicloud" IMAGE="openstack-windriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/windriver/pom.xml b/windriver/pom.xml index 65591f81..cc9fe14b 100644 --- a/windriver/pom.xml +++ b/windriver/pom.xml @@ -18,12 +18,12 @@ <parent> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-root</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.multicloud.openstack</groupId> <artifactId>multicloud-openstack-windriver</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>multicloud-openstack-windriver</name> <description>multicloud for openstack Wind River Titanium Cloud</description> |