fix issue with xalan install
authorJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Mon, 15 May 2017 20:34:19 +0000 (16:34 -0400)
committerJeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
Mon, 15 May 2017 20:34:19 +0000 (16:34 -0400)
Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
BUILD.sh

index ab1e685..4eb0577 100755 (executable)
--- 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