summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-06 17:34:04 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-06 17:35:53 -0500
commit54f1bd25e5a6fb84502d100dbb00e915d4be6556 (patch)
treec9c2e524e8427c00d9450510ac9b961e65f7ade6 /auth/docker
parente37619c95eeac0ea7b92960cf3f1e69535a48ec2 (diff)
Move AAF Poms to 2.1.16
Issue-ID: AAF-932 Change-Id: Idb69e2ada6244266d671b1ec0337e33dec218f3d 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/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/agent.sh b/auth/docker/agent.sh
index 4611f777..575e21f9 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.15}
+CADI_VERSION=${CADI_VERSION:=2.1.16}
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/pom.xml b/auth/docker/pom.xml
index fb31fbf4..b4d3545c 100644
--- a/auth/docker/pom.xml
+++ b/auth/docker/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.aaf.authz</groupId>
<artifactId>authparent</artifactId>
- <version>2.1.15</version>
+ <version>2.1.16</version>
<relativePath>../pom.xml</relativePath>
</parent>