summaryrefslogtreecommitdiffstats
path: root/windriver/docker
diff options
context:
space:
mode:
authorYun Huang <yun.huang@windriver.com>2018-06-12 16:16:49 +0800
committerYun Huang <yun.huang@windriver.com>2018-06-12 16:16:49 +0800
commit7f0e833aa5a05b4004fa29b8feb9e862c9a12257 (patch)
tree2b5153adbae56ee3b540e387930a1e0d01d4caee /windriver/docker
parentabd7f8cac14a6873b11d70b68d909819b46ab184 (diff)
Bump version after Beijing release
Bump version from 1.1.2 to 1.2.0 Change-Id: I72d8f5ba7fef9546120222f1d76133cc1fbf8341 Issue-ID: MULTICLOUD-245 Signed-off-by: Yun Huang <yun.huang@windriver.com>
Diffstat (limited to 'windriver/docker')
-rw-r--r--windriver/docker/build_image.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/windriver/docker/build_image.sh b/windriver/docker/build_image.sh
index 18a9dac9..7c15c735 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.1.2-SNAPSHOT"
-STAGING="1.1.2-STAGING"
+VERSION="1.2.0-SNAPSHOT"
+STAGING="1.2.0-STAGING"
PROJECT="multicloud"
IMAGE="openstack-windriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"