X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=375cb3506bff4b3a632c36c9a663eb7a5d78b7bd;hb=refs%2Fchanges%2F14%2F1714%2F1;hp=40c5990b0086617d26106a85d67de72452c5b52f;hpb=7b75903dd891795d4426612fd4de76c0f51cf17e;p=osm%2FSO.git 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