Skip to content

Commit b595bad

Browse files
authored
[Bazel] Update bazel module to use jetty release branches (#551)
Signed-off-by: Ian Chen <[email protected]>
1 parent 909cb35 commit b595bad

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

MODULE.bazel

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,48 +22,48 @@ bazel_dep(name = "sdformat")
2222

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

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

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

4141
archive_override(
4242
module_name = "gz-rendering",
43-
strip_prefix = "gz-rendering-main",
44-
urls = ["https://github.com/gazebosim/gz-rendering/archive/refs/heads/main.tar.gz"],
43+
strip_prefix = "gz-rendering-gz-rendering10",
44+
urls = ["https://github.com/gazebosim/gz-rendering/archive/refs/heads/gz-rendering10.tar.gz"],
4545
)
4646

4747
archive_override(
4848
module_name = "gz-plugin",
49-
strip_prefix = "gz-plugin-main",
50-
urls = ["https://github.com/gazebosim/gz-plugin/archive/refs/heads/main.tar.gz"],
49+
strip_prefix = "gz-plugin-gz-plugin4",
50+
urls = ["https://github.com/gazebosim/gz-plugin/archive/refs/heads/gz-plugin4.tar.gz"],
5151
)
5252

5353
archive_override(
5454
module_name = "gz-transport",
55-
strip_prefix = "gz-transport-main",
56-
urls = ["https://github.com/gazebosim/gz-transport/archive/refs/heads/main.tar.gz"],
55+
strip_prefix = "gz-transport-gz-transport15",
56+
urls = ["https://github.com/gazebosim/gz-transport/archive/refs/heads/gz-transport15.tar.gz"],
5757
)
5858

5959
archive_override(
6060
module_name = "gz-utils",
61-
strip_prefix = "gz-utils-main",
62-
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/main.tar.gz"],
61+
strip_prefix = "gz-utils-gz-utils4",
62+
urls = ["https://github.com/gazebosim/gz-utils/archive/refs/heads/gz-utils4.tar.gz"],
6363
)
6464

6565
archive_override(
6666
module_name = "sdformat",
67-
strip_prefix = "sdformat-main",
68-
urls = ["https://github.com/gazebosim/sdformat/archive/refs/heads/main.tar.gz"],
67+
strip_prefix = "sdformat-sdf16",
68+
urls = ["https://github.com/gazebosim/sdformat/archive/refs/heads/sdf16.tar.gz"],
6969
)

0 commit comments

Comments
 (0)