X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=BUILD.sh;h=375cb3506bff4b3a632c36c9a663eb7a5d78b7bd;hb=0be6f8d02f7e35d8eada63924996ce05cc3aae1d;hp=40c5990b0086617d26106a85d67de72452c5b52f;hpb=f08d83246f991091d45203cffa69e165a6edc1ff;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