summaryrefslogtreecommitdiffstats
path: root/run-dockers.sh
diff options
context:
space:
mode:
authorRuoyu Ying <ruoyu.ying@intel.com>2019-09-16 05:21:16 +0800
committerRuoyu Ying <ruoyu.ying@intel.com>2019-09-16 05:22:20 +0800
commitc630070a3e37615c23456e080322fb25d9bace3d (patch)
treefd5c3bbbece56a12d0c5f00e9b72b77b1c0c5b75 /run-dockers.sh
parent4337dfb81c893522af34e9869f65f5a73b72d7b5 (diff)
Increment HAS to version 1.3.31.3.3
Bump up the version for release use Issue-ID: OPTFRA-546 Signed-off-by: Ruoyu Ying <ruoyu.ying@intel.com> Change-Id: I2949c46c41fa55ef9ae88bb6e112ef47d6e6cbd1
Diffstat (limited to 'run-dockers.sh')
-rwxr-xr-xrun-dockers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-dockers.sh b/run-dockers.sh
index 0040f4c..e618983 100755
--- a/run-dockers.sh
+++ b/run-dockers.sh
@@ -4,7 +4,7 @@
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.2"
+VERSION="1.3.3"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"