Skip to content

Commit

Permalink
update physics and gui to use stable branches in harmonic
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Aug 30, 2023
1 parent 2d30523 commit 388afb9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions collection-harmonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories:
gz-gui:
type: git
url: https://github.com/gazebosim/gz-gui
version: main
version: gz-gui8
gz-launch:
type: git
url: https://github.com/gazebosim/gz-launch
Expand All @@ -35,7 +35,7 @@ repositories:
gz-physics:
type: git
url: https://github.com/gazebosim/gz-physics
version: main
version: gz-physics7
gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin
Expand Down
4 changes: 2 additions & 2 deletions gz-gui8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories:
gz-gui:
type: git
url: https://github.com/gazebosim/gz-gui
version: main
version: gz-gui8
gz-math:
type: git
url: https://github.com/gazebosim/gz-math
Expand All @@ -27,7 +27,7 @@ repositories:
gz-rendering:
type: git
url: https://github.com/gazebosim/gz-rendering
version: main
version: gz-rendering8
gz-tools:
type: git
url: https://github.com/gazebosim/gz-tools
Expand Down
8 changes: 4 additions & 4 deletions gz-launch7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories:
gz-gui:
type: git
url: https://github.com/gazebosim/gz-gui
version: main
version: gz-gui8
gz-launch:
type: git
url: https://github.com/gazebosim/gz-launch
Expand All @@ -35,15 +35,15 @@ repositories:
gz-physics:
type: git
url: https://github.com/gazebosim/gz-physics
version: main
version: gz-physics8

Check failure on line 38 in gz-launch7.yaml

View workflow job for this annotation

GitHub Actions / Nosetests (3.8)

Invalid Repo

No branch found matching gz-physics8

Check failure on line 38 in gz-launch7.yaml

View workflow job for this annotation

GitHub Actions / Nosetests (3.8)

Invalid Repo

No branch found matching gz-physics8
gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin
version: gz-plugin2
gz-rendering:
type: git
url: https://github.com/gazebosim/gz-rendering
version: main
version: gz-rendering8
gz-sensors:
type: git
url: https://github.com/gazebosim/gz-sensors
Expand All @@ -63,4 +63,4 @@ repositories:
sdformat:
type: git
url: https://github.com/gazebosim/sdformat
version: main
version: sdf14
2 changes: 1 addition & 1 deletion gz-physics7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories:
gz-physics:
type: git
url: https://github.com/gazebosim/gz-physics
version: main
version: gz-physics7
gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin
Expand Down
4 changes: 2 additions & 2 deletions gz-sim8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories:
gz-gui:
type: git
url: https://github.com/gazebosim/gz-gui
version: main
version: gz-gui8
gz-math:
type: git
url: https://github.com/gazebosim/gz-math
Expand All @@ -31,7 +31,7 @@ repositories:
gz-physics:
type: git
url: https://github.com/gazebosim/gz-physics
version: main
version: gz-physics7
gz-plugin:
type: git
url: https://github.com/gazebosim/gz-plugin
Expand Down

0 comments on commit 388afb9

Please sign in to comment.