From 083a7eb21620467ae1f7d5ba9341e12f75f9cc41 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 19 Mar 2020 14:43:58 -0500 Subject: minor 2.1.20 changes Update versions to 2.1.20 Issue-ID: AAF-1081 Signed-off-by: Instrumental Change-Id: I1a8706d87f7aceffcc96980cebea6722d20cf11e --- auth/docker/d.props.init | 2 +- auth/docker/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/docker') diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index b65c5de9..ebc550a5 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 DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.19-SNAPSHOT +VERSION=2.1.20-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 630a8695..4afd8e6b 100644 --- a/auth/docker/pom.xml +++ b/auth/docker/pom.xml @@ -25,7 +25,7 @@ org.onap.aaf.authz authparent - 2.1.19-SNAPSHOT + 2.1.20-SNAPSHOT ../pom.xml -- cgit 1.2.3-korg