summaryrefslogtreecommitdiffstats
path: root/run-dockers.sh
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-08-30 08:22:32 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-08-30 08:22:32 -0700
commitf983a3cc032501782ab144b97aab269392b8db3d (patch)
tree83d47d62deb7cf1a3c33e1dc3b4380a2756e5ef2 /run-dockers.sh
parentec0c56bc3e6a88498b03c23e24fba57a3fef173e (diff)
Upgrade HAS version to 1.2.11.2.1
Bump verion of docker images, pom.xml, and oparent-python to 1.2.1, 1.2.1-SNAPSHOT and 1.2.0 respectively. Change-Id: Ie57e8ac107f1fa4fb3f840869a2fe0656012d601 Issue-ID: OPTFRA-257 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
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 5efb080..e61ea3c 100755
--- a/run-dockers.sh
+++ b/run-dockers.sh
@@ -4,7 +4,7 @@
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.1.1"
+VERSION="1.2.1"
PROJECT="optf-has"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
IMAGE_NAME="${DOCKER_REPOSITORY}/${ORG}/${PROJECT}"