From b5d6b34e75abab63360aae295265c1cad6f39f36 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 12 May 2020 13:11:21 +0200 Subject: AAF release fix - align roles changes with golden image (used AAF CLI to update golden image on lab, this aligns with user_role.dat - Updated user_role expiry to 2021 - update docker props file to align with maven versioning to fix docker staging job for release Issue-ID: AAF-1144 Signed-off-by: ChrisC Change-Id: I2e0c2222634947a13dbba22fe7d34987e634e11c --- auth/docker/d.props.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/docker') diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index ebc550a5..f1eaab73 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.20-SNAPSHOT +VERSION=2.1.22-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" -- cgit 1.2.3-korg