Change to aaf snapshot version 75/44675/1
authorPatrick Brady <pb071s@att.com>
Wed, 25 Apr 2018 15:15:48 +0000 (08:15 -0700)
committerPatrick Brady <pb071s@att.com>
Wed, 25 Apr 2018 15:15:53 +0000 (08:15 -0700)
Need to use the snapshot version until they release the
version.

Change-Id: Ic5776f50d778e45810b216e0cc3bc87e9eaa9fc9
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: AAF-250

installation/appc/src/main/scripts/installZips.sh

index ec5faab..dab15dc 100644 (file)
@@ -76,7 +76,7 @@ FEATURES_PER_DIRECTORY=$(($(echo $APPC_FEATURES|wc -w)/$FEATURE_DIRECTORY_COUNT)
 
 APPC_VERSION=${APPC_VERSION:-0.0.1}
 APPC_OAM_VERSION=${APPC_OAM_VERSION:-0.1.1}
-AAF_SHIRO_VERSION=${AAF_SHIRO_VERSION:-2.1.0}
+AAF_SHIRO_VERSION=${AAF_SHIRO_VERSION:-2.1.0-SNAPSHOT}
 
 if [ ! -d ${targetDir} ]
 then