modify version in d.props for csit 63/70763/1
authorSai Gandham <sg481n@att.com>
Thu, 18 Oct 2018 18:58:15 +0000 (13:58 -0500)
committerSai Gandham <sg481n@att.com>
Thu, 18 Oct 2018 18:58:34 +0000 (13:58 -0500)
Issue-ID: AAF-576
Change-Id: Ie3b1cdf62a05524bdd73baf2a08713cd8bce4b01
Signed-off-by: Sai Gandham <sg481n@att.com>
auth/csit/agent.sh
auth/csit/d.props.init

index 45f5b43..016e614 100644 (file)
@@ -9,7 +9,7 @@ fi
 . ./aaf.props
 
 DOCKER=${DOCKER:=docker}
-CADI_VERSION=${CADI_VERSION:=2.1.6-SNAPSHOT}
+CADI_VERSION=${CADI_VERSION:=2.1.3}
 
 for V in VERSION DOCKER_REPOSITORY AAF_FQDN AAF_FQDN_IP DEPLOY_FQI APP_FQDN APP_FQI VOLUME DRIVER LATITUDE LONGITUDE; do
    if [ "$(grep $V ./aaf.props)" = "" ]; then
index 02f406b..3ad826a 100644 (file)
@@ -2,7 +2,7 @@
 ORG=onap
 PROJECT=aaf
 DOCKER_REPOSITORY=nexus3.onap.org:10003
-VERSION=2.1.6-SNAPSHOT
+VERSION=2.1.3
 CONF_ROOT_DIR=/opt/app/osaaf
 # For local builds, set PREFIX=   
 PREFIX="$DOCKER_REPOSITORY/"