Skip to content

Commit 0fc58b3

Browse files
committed
Use 3.12.0 final for the seconday umbrella
1 parent 3bb18c9 commit 0fc58b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bazel/bzlmod/secondary_umbrella.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ def secondary_umbrella():
2828
name = "rabbitmq-server-generic-unix-3.12",
2929
build_file = "@//:BUILD.package_generic_unix",
3030
patch_cmds = [ADD_PLUGINS_DIR_BUILD_FILE],
31-
strip_prefix = "rabbitmq_server-3.12.0-rc.3",
31+
strip_prefix = "rabbitmq_server-3.12.0",
3232
# This file is produced just in time by the test-mixed-versions.yaml GitHub Actions workflow.
3333
urls = [
34-
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.12.0-rc.3.tar.xz",
34+
"https://rabbitmq-github-actions.s3.eu-west-1.amazonaws.com/secondary-umbrellas/package-generic-unix-for-mixed-version-testing-v3.12.0.tar.xz",
3535
],
3636
)

0 commit comments

Comments
 (0)