From 8bff092ceca2155d19eb5f4b1dc91d65a2fdb7eb Mon Sep 17 00:00:00 2001 From: Jeremy Mordkoff Date: Mon, 15 May 2017 16:34:19 -0400 Subject: [PATCH] fix issue with xalan install Signed-off-by: Jeremy Mordkoff --- BUILD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.sh b/BUILD.sh index ab1e685c..4eb05776 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.4.2.0.60195} + PLATFORM_VERSION=${2:-4.4.2.1.61839} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.4.2.0.60195} + PLATFORM_VERSION=${2:-4.4.2.1.61839} else echo "Internal error: unknown platform $PLATFORM" exit 1 -- 2.17.1