Skip to content

Commit fdcd88e

Browse files
authored
[Bazel] Update bazel module to use jetty release branches (#1161)
Signed-off-by: Ian Chen <[email protected]>
1 parent 7d341d6 commit fdcd88e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

MODULE.bazel

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ bazel_dep(name = "gz-utils")
1616

1717
archive_override(
1818
module_name = "gz-common",
19-
strip_prefix = "gz-common-main",
20-
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/main.tar.gz"],
19+
strip_prefix = "gz-common-gz-common7",
20+
urls = ["https://github.com/gazebosim/gz-common/archive/refs/heads/gz-common7.tar.gz"],
2121
)
2222

2323
archive_override(
2424
module_name = "gz-math",
25-
strip_prefix = "gz-math-main",
26-
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/main.tar.gz"],
25+
strip_prefix = "gz-math-gz-math9",
26+
urls = ["https://github.com/gazebosim/gz-math/archive/refs/heads/gz-math9.tar.gz"],
2727
)
2828

2929
archive_override(
3030
module_name = "gz-plugin",
31-
strip_prefix = "gz-plugin-main",
32-
urls = ["https://github.com/gazebosim/gz-plugin/archive/refs/heads/main.tar.gz"],
31+
strip_prefix = "gz-plugin-gz-plugin4",
32+
urls = ["https://github.com/gazebosim/gz-plugin/archive/refs/heads/gz-plugin4.tar.gz"],
3333
)
3434

3535
archive_override(
3636
module_name = "gz-utils",
37-
strip_prefix = "gz-utils-main",
38-
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
37+
strip_prefix = "gz-utils-gz-utils4",
38+
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
3939
)

0 commit comments

Comments
 (0)