summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-04-23 13:02:32 -0500
committerInstrumental <jonathan.gathman@att.com>2019-04-23 13:03:03 -0500
commit096803ce0a8f4a57cc2f78f7d969cab18cb7a93e (patch)
treed67041eeef79c3101a682df53f0ecb9e9204c412 /auth/docker
parent6feb44b8f354d039e74084a3fcd0ad218f4a5c45 (diff)
Change Version to 2.1.12-SNAPSHOT
Issue-ID: AAF-819 Change-Id: I9c85ceef4bd35d1877279d72e0f9a9f042cc06d1 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 eb1888c1..b36fd5c9 100644
--- a/auth/docker/agent.sh
+++ b/auth/docker/agent.sh
@@ -28,7 +28,7 @@ fi
. ./aaf.props
DOCKER=${DOCKER:=docker}
-CADI_VERSION=${CADI_VERSION:=2.1.11-SNAPSHOT}
+CADI_VERSION=${CADI_VERSION:=2.1.12-SNAPSHOT}
for V in VERSION DOCKER_REPOSITORY HOSTNAME CONTAINER_NS 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 b9eb0162..ec6e41c6 100644
--- a/auth/docker/d.props.init
+++ b/auth/docker/d.props.init
@@ -23,7 +23,7 @@ PROJECT=aaf
# Note: Override can happen on dbuild.sh Commandline, -r <registry>
DOCKER_PULL_REGISTRY=nexus3.onap.org:10001
DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.11-SNAPSHOT
+VERSION=2.1.12-SNAPSHOT
CONF_ROOT_DIR=/opt/app/osaaf
# For local builds, set PREFIX=
PREFIX="$DOCKER_REPOSITORY/"