diff options
Diffstat (limited to 'auth/csit')
-rw-r--r-- | auth/csit/d.props.init | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/auth/csit/d.props.init b/auth/csit/d.props.init index 3ad826a5..3e940467 100644 --- a/auth/csit/d.props.init +++ b/auth/csit/d.props.init @@ -2,7 +2,13 @@ ORG=onap PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.3 + +#################################### +# WARNING - CSIT MUST NOT BE SET TO SNAPSHOT, OR JENKINS WILL FAIL +#################################### +VERSION=2.1.5 + + CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |