summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-12 12:55:37 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-12 12:55:40 -0500
commit7e5ccdd25e377cfa2dd5850ac3c2c1428c40b078 (patch)
tree9e7a737c934e39a8809339d2efedca1dd27ce3b4 /auth/docker
parentbdaf445e08978aadeca4232030fdbf6d39797dc8 (diff)
CADI ID Translate
Issue-ID: AAF-556 Change-Id: Ifd6c42012a90b369b41ad5ae8e724fb5950df958 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker')
-rw-r--r--auth/docker/agent.sh2
-rw-r--r--auth/docker/d.props.init2
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/agent.sh b/auth/docker/agent.sh
index 55a45172..34b1dcfb 100644
--- a/auth/docker/agent.sh
+++ b/auth/docker/agent.sh
@@ -9,7 +9,7 @@ fi
. ./aaf.props
DOCKER=${DOCKER:=docker}
-CADI_VERSION=${CADI_VERSION:=2.1.3-SNAPSHOT}
+CADI_VERSION=${CADI_VERSION:=2.1.4-SNAPSHOT}
for V in VERSION DOCKER_REPOSITORY AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do
if [ "$(grep $V ./aaf.props)" = "" ]; then
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init
index 14728ddd..bde88c88 100644
--- a/auth/docker/d.props.init
+++ b/auth/docker/d.props.init
@@ -2,7 +2,7 @@
ORG=onap
PROJECT=aaf
DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.3-SNAPSHOT
+VERSION=2.1.4-SNAPSHOT
CONF_ROOT_DIR=/opt/app/osaaf
# For local builds, set PREFIX=
PREFIX="$DOCKER_REPOSITORY/"