change BUILD.sh to use the same repositories and platform
[osm/UI.git] / BUILD.sh
index e244b7c..1573a39 100755 (executable)
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -79,8 +79,8 @@ set -x             # Print commands before executing them
 ###############################################################################
 # Set up repo and version
 
 ###############################################################################
 # Set up repo and version
 
-PLATFORM_REPOSITORY=${1:-osm-rbac}
-PLATFORM_VERSION=${2:-5.1.3.9999.70283}
+PLATFORM_REPOSITORY=${1:-OSM3}
+PLATFORM_VERSION=${2:-5.2.0.1.71454}
 
 ###############################################################################
 # Main block
 
 ###############################################################################
 # Main block