summaryrefslogtreecommitdiffstats
path: root/auth/csit/agent.sh
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-10-18 13:58:15 -0500
committerSai Gandham <sg481n@att.com>2018-10-18 13:58:34 -0500
commit0ac6c16a32316de9d561888f17c7f7626b2f19c7 (patch)
tree591c9a08590d8d48f98688bfcf258ab2841fab95 /auth/csit/agent.sh
parente18eecbea001562d1e1a19cdccfe1684b3da05f7 (diff)
modify version in d.props for csit
Issue-ID: AAF-576 Change-Id: Ie3b1cdf62a05524bdd73baf2a08713cd8bce4b01 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/csit/agent.sh')
-rw-r--r--auth/csit/agent.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/csit/agent.sh b/auth/csit/agent.sh
index 45f5b43a..016e6146 100644
--- a/auth/csit/agent.sh
+++ b/auth/csit/agent.sh
@@ -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