From: Jeremy Mordkoff Date: Mon, 15 May 2017 20:34:19 +0000 (-0400) Subject: fix issue with xalan install X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9e60b249d34d9a774d0054202b009daf65bae481;p=osm%2FSO.git fix issue with xalan install Signed-off-by: Jeremy Mordkoff --- 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