From 0be6f8d02f7e35d8eada63924996ce05cc3aae1d Mon Sep 17 00:00:00 2001 From: velandy Date: Fri, 21 Apr 2017 15:30:24 -0400 Subject: [PATCH] Updated RIFT.ware platform from 4.4.0.0.57702 to 4.4.2.0.60195 Change-Id: Idf3e25b5909d6afba38d72906d0d7dffc94fbc5f Signed-off-by: velandy --- BUILD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.sh b/BUILD.sh index 40c5990b..375cb350 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.0.0.57702} + PLATFORM_VERSION=${2:-4.4.2.0.60195} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.53705} + PLATFORM_VERSION=${2:-4.4.2.0.60195} else echo "Internal error: unknown platform $PLATFORM" exit 1 -- 2.25.1