From: Sai Gandham Date: Tue, 5 Jun 2018 20:31:51 +0000 (+0000) Subject: Release docker version & update manifest X-Git-Tag: v2.1.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4092fa84c2af69b58c8a7ba2893f54824169ed29;p=aaf%2Fauthz.git Release docker version & update manifest Rlease aaf 2.1.1 version and update manifest file in integration project Issue-ID: AAF-349 Change-Id: Iadbca84f4b192dbef6b5a975dfb44d7df470a1e5 Signed-off-by: Sai Gandham --- diff --git a/auth/docker/d.props b/auth/docker/d.props index 4522c2b4..8c7b736a 100644 --- a/auth/docker/d.props +++ b/auth/docker/d.props @@ -3,6 +3,8 @@ ORG=onap PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 OLD_VERSION=2.1.0-SNAPSHOT +VERSION_2.1.0=2.1.0 +VERSION_2.1.1=2.1.1 VERSION=2.1.1-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf diff --git a/auth/docker/dpush.sh b/auth/docker/dpush.sh index 8d0c2f6d..c110f43d 100644 --- a/auth/docker/dpush.sh +++ b/auth/docker/dpush.sh @@ -13,5 +13,6 @@ fi for AAF_COMPONENT in ${AAF_COMPONENTS}; do docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION} docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} + docker push ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION_2.1.1} done