summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-05-02 11:07:07 -0500
committerInstrumental <jonathan.gathman@att.com>2019-05-02 11:07:19 -0500
commit1ab34043e05df3d35175a3a3f46e9e6acbb13dd8 (patch)
tree266495f03f4cea448dc8e09e159b9f733f65c0ff /auth/docker
parentff3dc8e59295809dd61754cbf28ef6e0785dfff0 (diff)
Version to 2.1.13
Issue-ID: AAF-785 Change-Id: I5e675b1ab0e25e89996c25da98412642800646dd 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 b36fd5c9..feb19303 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.12-SNAPSHOT}
+CADI_VERSION=${CADI_VERSION:=2.1.13-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 ec6e41c6..66663bfd 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.12-SNAPSHOT
+VERSION=2.1.13-SNAPSHOT
CONF_ROOT_DIR=/opt/app/osaaf
# For local builds, set PREFIX=
PREFIX="$DOCKER_REPOSITORY/"