diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-19 11:13:05 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-19 11:13:16 -0500 |
commit | 575c9820dffbfee3311e19a5f64e64b98c2ed5f8 (patch) | |
tree | 654d24b98fd1b22194365aae58387eb1e66e9d37 /auth/csit/d.props.init | |
parent | c3726105c664d089158f095d3a353815d1c3de00 (diff) |
Fix GUI Buttons
Issue-ID: AAF-435
Change-Id: I8b5e83609176a22b5aa54cac6fd0911488bd707b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/csit/d.props.init')
-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/" |