diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-05-26 17:08:36 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-05-26 17:08:36 +0200 |
commit | f4a772c9a661660ca9a5d84c0f3046107fd7aeb0 (patch) | |
tree | 0d85b9fa49ca139942fac0cd72e2faceffd37f83 /auth/docker | |
parent | 3e26fc50979a352d7cd82279aee3e8318298bdd5 (diff) |
AAF scrub new data from preload
Gating revealed that data was not properly scrubbed. run scrub.sh to init sample identites in cred and roles
Updating release to 2.1.23 to be able to release new dockers
Issue-ID: AAF-1127
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I780bba1fd2f5609b570a3bf9befade47604ad496
Diffstat (limited to 'auth/docker')
-rw-r--r-- | auth/docker/d.props.init | 2 | ||||
-rw-r--r-- | auth/docker/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index f1eaab73..1ecba6ed 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.22-SNAPSHOT +VERSION=2.1.23-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 b8cf679c..3b653a1d 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.22-SNAPSHOT</version> + <version>2.1.23-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> |