From eeb50d3b600eb5c781c53cb6f9519e503e22ca6d Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 18 Mar 2020 15:58:01 -0500 Subject: Fix Cass, then to Version 2.1.19 Issue-ID: AAF-1081 Signed-off-by: Instrumental Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35 --- 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 415aeb68..b65c5de9 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.18-SNAPSHOT +VERSION=2.1.19-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 df17fea8..630a8695 100644 --- a/auth/docker/pom.xml +++ b/auth/docker/pom.xml @@ -25,7 +25,7 @@ org.onap.aaf.authz authparent - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT ../pom.xml -- cgit 1.2.3-korg