From: velandy Date: Fri, 21 Apr 2017 19:30:24 +0000 (-0400) Subject: Updated RIFT.ware platform from 4.4.0.0.57702 to 4.4.2.0.60195 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=0be6f8d02f7e35d8eada63924996ce05cc3aae1d;p=osm%2FSO.git Updated RIFT.ware platform from 4.4.0.0.57702 to 4.4.2.0.60195 Change-Id: Idf3e25b5909d6afba38d72906d0d7dffc94fbc5f Signed-off-by: velandy --- 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