diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-07-22 14:55:45 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-07-22 14:55:52 -0500 |
commit | e9529d3deb86757d7b2eabaff4696c146cd0bad8 (patch) | |
tree | d4cfbce9346a3486062c6ef55cb9ef3789430bd2 | |
parent | 58c2a7132f861e269ed707eb585657b0c9ead9f5 (diff) |
Missed a file, 2.1.15
Issue-ID: AAF-902
Change-Id: I940a7cd4507a3c19798fb41adf483a721076c73b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r-- | auth/docker/d.props.csit | 2 | ||||
-rw-r--r-- | auth/docker/d.props.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/d.props.csit b/auth/docker/d.props.csit index 59fa7465..4363663e 100644 --- a/auth/docker/d.props.csit +++ b/auth/docker/d.props.csit @@ -28,7 +28,7 @@ ORG=onap PROJECT=aaf DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.11 +VERSION=2.1.15-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index d1293874..b107e67d 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.14-SNAPSHOT +VERSION=2.1.15-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |