aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2018-11-06 23:34:09 -0800
committerTakamune Cho <takamune.cho@att.com>2018-11-09 19:11:11 +0000
commiteaebabc32096f71b1eaa50975f2d2390fbc40d08 (patch)
treeba6d06726e2a79662323c9471cb023d5cd3a684d
parentd1c47a447032764105152a08eab3a81eca013284 (diff)
Update version of cadi bundle jar
Change-Id: I1122e397d961172eab86213c3b4baf255ce9be8b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1235
-rw-r--r--installation/appc/src/main/scripts/installZips.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/src/main/scripts/installZips.sh b/installation/appc/src/main/scripts/installZips.sh
index cbab755..f9824e8 100644
--- a/installation/appc/src/main/scripts/installZips.sh
+++ b/installation/appc/src/main/scripts/installZips.sh
@@ -80,7 +80,7 @@ FEATURES_PER_DIRECTORY=$(($(echo $APPC_FEATURES|wc -w)/$FEATURE_DIRECTORY_COUNT)
APPC_VERSION=${APPC_VERSION:-0.0.1}
APPC_CDT_VERSION=${APPC_CDT_VERSION:-0.0.1}
APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}
-AAF_SHIRO_VERSION=${AAF_SHIRO_VERSION:-2.1.0-SNAPSHOT}
+AAF_SHIRO_VERSION=${AAF_SHIRO_VERSION:-2.1.7-SNAPSHOT}
tmpDir=/tmp/appc-${APPC_VERSION}