diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-07-11 04:09:29 +0000 |
---|---|---|
committer | Bin Yang <bin.yang@windriver.com> | 2019-07-11 04:09:29 +0000 |
commit | 463eb41dc371cc857d058b0ae22bdeab64f1f7e3 (patch) | |
tree | 7e23e9bd180e4e3a61d4e386e1654cd0babd76ca /lenovo/docker/build_image.sh | |
parent | 4070f8e43807f5c1746b5942b288c2ee99ad23f7 (diff) |
Bump up version for E Release
Change from 1.3.5 to 1.4.0
Change-Id: I91e1e5ffa95b54b6650d7b895ea5daf1590217dc
Issue-ID: MULTICLOUD-700
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Diffstat (limited to 'lenovo/docker/build_image.sh')
-rwxr-xr-x | lenovo/docker/build_image.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lenovo/docker/build_image.sh b/lenovo/docker/build_image.sh index 7f813fe0..66d44639 100755 --- a/lenovo/docker/build_image.sh +++ b/lenovo/docker/build_image.sh @@ -20,8 +20,8 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.5-SNAPSHOT" -STAGING="1.3.5-STAGING" +VERSION="1.4.0-SNAPSHOT" +STAGING="1.4.0-STAGING" PROJECT="multicloud" IMAGE="openstack-lenovo" DOCKER_REPOSITORY="nexus3.onap.org:10003" |