diff options
author | Patrick Brady <pb071s@att.com> | 2018-04-25 08:15:48 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-04-25 08:15:53 -0700 |
commit | b80c472ed8c5d612af941832955102c80048be30 (patch) | |
tree | ee24b3c3e321f046b44a67b9abd7b03a8df6f736 /installation | |
parent | 4fb3b6ba55a46a0065340d9be9e4525091f47d45 (diff) |
Change to aaf snapshot version
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
Diffstat (limited to 'installation')
-rw-r--r-- | installation/appc/src/main/scripts/installZips.sh | 2 |
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 ec5faab..dab15dc 100644 --- a/installation/appc/src/main/scripts/installZips.sh +++ b/installation/appc/src/main/scripts/installZips.sh @@ -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 |