diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-22 07:23:14 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-22 09:11:58 -0500 |
commit | 29feede64993d741b9429e9f74c12552dceb7fb4 (patch) | |
tree | da7bbc183ff4a740c8a3b1060ebef38a053a7627 /auth | |
parent | 5c01796be69ed71c360dade8a080a4fd22c06447 (diff) |
Update CSIT for non SNAPSHOT
Issue-ID: AAF-785
Change-Id: I837464266186c14932182e2fb0d3a04fa20b3951
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth')
-rw-r--r-- | auth/docker/d.props.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index b9eb0162..75453b94 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.11-SNAPSHOT +VERSION=2.1.11 CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |