X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=BUILD.sh;h=b0c6d27b10a634498a377b927ee7f78a77cf9a05;hb=28fc2b2f3cdd22504d5962ef0f095015e4c563e2;hp=60f70b025776ec29223e1918ebb6ee6eeaf2722f;hpb=f22a6845feac83432bce632a7a82b7fc4081df25;p=osm%2FSO.git diff --git a/BUILD.sh b/BUILD.sh index 60f70b02..b0c6d27b 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -114,10 +114,10 @@ fi if [[ $PLATFORM == ub16 ]]; then PLATFORM_REPOSITORY=${1:-OSM} - PLATFORM_VERSION=${2:-4.3.1.0.49556} + PLATFORM_VERSION=${2:-4.3.1.0.50309} elif [[ $PLATFORM == fc20 ]]; then PLATFORM_REPOSITORY=${1:-OSM} # change to OSM when published - PLATFORM_VERSION=${2:-4.3.1.0.49553-1} + PLATFORM_VERSION=${2:-4.3.1.0.50310} else echo "Internal error: unknown platform $PLATFORM" exit 1