Browse Source

Port changes back stabilization/25050 -> development (#921)

* Update `repo.json` and all `gem.json` for the release (#915)
* Remove XR Test project from repo.json (#919)
* Cherry-pick canonical.o3de.org

Signed-off-by: Jan Hanca <[email protected]>
Signed-off-by: Steve Pham <[email protected]>
Co-authored-by: Steve Pham <[email protected]>
Jan Hanca 1 month ago
parent
commit
7de6a23adc

+ 10 - 7
Gems/LevelGeoreferencing/gem.json

@@ -12,17 +12,20 @@
         "Gem"
     ],
     "user_tags": [
-        "Georeferencing", "LevelGeoreferencing"
-    ],
-    "platforms": [
-        ""
+        "Georeferencing",
+        "LevelGeoreferencing"
     ],
+    "platforms": [],
     "icon_path": "preview.png",
     "requirements": "",
     "documentation_url": "https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/georeference/",
     "dependencies": [],
-    "repo_uri": "",
-    "compatible_engines": [],
+    "compatible_engines": [
+        "o3de-sdk>=2.4.0",
+        "o3de>=2.4.0"
+    ],
     "engine_api_dependencies": [],
-    "restricted": "LevelGeoreferencing"
+    "restricted": "LevelGeoreferencing",
+    "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/levelgeoreferencing-1.0.0-gem.zip"
 }

+ 4 - 3
Gems/MachineLearning/gem.json

@@ -1,6 +1,6 @@
 {
     "gem_name": "MachineLearning",
-    "version": "1.0.0",
+    "version": "1.0.1",
     "display_name": "MachineLearning",
     "license": "License used i.e. Apache-2.0 or MIT",
     "license_url": "Link to the license web site i.e. https://opensource.org/licenses/Apache-2.0",
@@ -21,8 +21,9 @@
     "requirements": "Notice of any requirements for this Gem i.e. This requires X other gem",
     "documentation_url": "Link to any documentation of your Gem",
     "dependencies": [],
-    "repo_uri": "",
+    "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "compatible_engines": [],
     "engine_api_dependencies": [],
-    "restricted": "MachineLearning"
+    "restricted": "MachineLearning",
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/machinelearning-1.0.1-gem.zip"
 }

+ 2 - 2
Gems/OpenXRVk/gem.json

@@ -15,6 +15,6 @@
     "documentation_url": "",
     "dependencies": [],
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
-    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrvk-1.0.1-gem.zip",
-    "version": "1.0.1"
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/openxrvk-1.1.0-gem.zip",
+    "version": "1.1.0"
 }

+ 7 - 7
Gems/ROS2/gem.json

@@ -1,9 +1,6 @@
 {
     "gem_name": "ROS2",
     "version": "3.3.0",
-    "platforms": [
-        "Linux"
-    ],
     "display_name": "ROS2",
     "license": "Apache-2.0",
     "license_url": "https://opensource.org/licenses/Apache-2.0",
@@ -18,9 +15,8 @@
     "user_tags": [
         "ROS2"
     ],
-    "compatible_engines": [
-        "o3de-sdk>=4.2.0",
-        "o3de>=4.2.0"
+    "platforms": [
+        "Linux"
     ],
     "icon_path": "preview.png",
     "requirements": "Requires ROS 2 installation (supported distributions: Humble, Jazzy). Source your workspace before building the Gem",
@@ -35,8 +31,12 @@
         "StartingPointInput",
         "LevelGeoreferencing"
     ],
+    "compatible_engines": [
+        "o3de-sdk>=2.4.0",
+        "o3de>=2.4.0"
+    ],
+    "engine_api_dependencies": [],
     "restricted": "ROS2",
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2-3.3.0-gem.zip"
 }
-

+ 3 - 2
Gems/ROS2SampleRobots/gem.json

@@ -23,11 +23,12 @@
     "dependencies": [
         "ROS2>=3.1.0"
     ],
-    "repo_uri": "",
+    "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "compatible_engines": [
         "o3de-sdk>=2.3.0",
         "o3de>=2.3.0"
     ],
     "engine_api_dependencies": [],
-    "restricted": "ROS2SampleRobots"
+    "restricted": "ROS2SampleRobots",
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2samplerobots-1.0.0-gem.zip"
 }

+ 6 - 5
Gems/SimulationInterfaces/gem.json

@@ -20,14 +20,15 @@
         ""
     ],
     "icon_path": "preview.png",
-    "requirements": "Requires ROS 2 Gem",
-    "documentation_url": "",
+    "requirements": "Requires ROS 2 Gem and SimulationInterfaces package installed and sourced.",
+    "documentation_url": "https://www.docs.o3de.org/docs/user-guide/interactivity/robotics/simulation-interfaces/",
     "dependencies": [
         "ROS2>=3.3.0",
         "DebugDraw"
     ],
-    "repo_uri": "",
     "compatible_engines": [],
     "engine_api_dependencies": [],
-    "restricted": "SimulationInterfaces"
-}
+    "restricted": "SimulationInterfaces",
+    "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/simulationinterfaces-1.0.0-gem.zip"
+}

+ 4 - 4
Gems/WarehouseAssets/gem.json

@@ -1,6 +1,6 @@
 {
     "gem_name": "WarehouseAssets",
-    "version": "1.2.0",
+    "version": "2.0.0",
     "display_name": "WarehouseAssets",
     "license": "Apache-2.0 or MIT",
     "license_url": "https://opensource.org/licenses/Apache-2.0",
@@ -22,10 +22,10 @@
     "documentation_url": "",
     "dependencies": [],
     "compatible_engines": [
-        "o3de-sdk>=1.2.0",
-        "o3de>=1.2.0"
+        "o3de-sdk>=2.3.0",
+        "o3de>=2.3.0"
     ],
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
     "restricted": "",
-    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/warehouseassets-1.1.0-gem.zip"
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/warehouseassets-2.0.0-gem.zip"
 }

+ 6 - 2
Gems/XR/gem.json

@@ -14,7 +14,11 @@
     "requirements": "",
     "documentation_url": "",
     "dependencies": [],
+    "compatible_engines": [
+        "o3de-sdk>=2.4.0",
+        "o3de>=2.4.0"
+    ],
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
-    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/xr-1.0.1-gem.zip",
-    "version": "1.0.1"
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/xr-1.1.0-gem.zip",
+    "version": "1.1.0"
 }

+ 2 - 2
Templates/Multiplayer/template.json

@@ -1,6 +1,6 @@
 {
     "template_name": "Multiplayer",
-    "version": "2.0.0",
+    "version": "2.0.1",
     "origin": "Open 3D Engine - o3de.org",
     "license": "https://opensource.org/licenses/MIT",
     "display_name": "Multiplayer",
@@ -1475,5 +1475,5 @@
         }
     ],
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
-    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/multiplayer-2.0.0-template.zip"
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/multiplayer-2.0.1-template.zip"
 }

+ 2 - 2
Templates/Ros2ProjectTemplate/template.json

@@ -1,6 +1,6 @@
 {
     "template_name": "Ros2ProjectTemplate",
-    "version": "2.1.1",
+    "version": "3.0.0",
     "origin": "Open 3D Engine Extras",
     "origin_url": "https://github.com/o3de/o3de-extras",
     "license": "https://github.com/o3de/o3de-extras/tree/development/Templates/Ros2ProjectTemplate/Template/LICENSE.txt",
@@ -579,5 +579,5 @@
         }
     ],
     "repo_uri": "https://raw.githubusercontent.com/o3de/o3de-extras/development",
-    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2projecttemplate-2.1.1-template.zip"
+    "download_source_uri": "https://github.com/o3de/o3de-extras/releases/download/2.0/ros2projecttemplate-3.0.0-template.zip"
 }

File diff suppressed because it is too large
+ 1220 - 133
repo.json


Some files were not shown because too many files changed in this diff