summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorInstrumental <jgonap@stl.gathman.org>2020-03-05 12:49:04 -0600
committerInstrumental <jgonap@stl.gathman.org>2020-03-05 12:56:06 -0600
commita555e21d6f23e3c892db86fc9d27960c4b9d6cf4 (patch)
treecb917ec1506c3c177fd747263986bb5c800f373a /auth/docker
parent3e96ae3a95da9a507ad92767030f729e484f885f (diff)
Move code set to 2.1.18, Update from TEST system
Issue-ID: AAF-1081 Signed-off-by: Instrumental <jgonap@stl.gathman.org> Change-Id: I4b885ad2805bdb517cc440bfc8f7af23b8042eb7
Diffstat (limited to 'auth/docker')
-rw-r--r--auth/docker/d.props.init2
-rw-r--r--auth/docker/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init
index 8ef2e31a..415aeb68 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.17-SNAPSHOT
+VERSION=2.1.18-SNAPSHOT
CONF_ROOT_DIR=/opt/app/osaaf
# For local builds, set PREFIX=
PREFIX="$DOCKER_REPOSITORY/"
diff --git a/auth/docker/pom.xml b/auth/docker/pom.xml
index 9bfb80c8..df17fea8 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.17-SNAPSHOT</version>
+ <version>2.1.18-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>