Skip to content

Commit 8629179

Browse files
committed
Adopt new default branch for ra
1 parent 41d6172 commit 8629179

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dep_cowlib = hex 2.9.1
117117
dep_jsx = hex 2.11.0
118118
dep_lager = hex 3.8.0
119119
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl.git master
120-
dep_ra = git https://github.com/rabbitmq/ra.git master
120+
dep_ra = git https://github.com/rabbitmq/ra.git main
121121
dep_ranch = hex 1.7.1
122122
dep_recon = hex 2.5.1
123123
dep_observer_cli = hex 1.5.4

deps/rabbitmq_ct_helpers/rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ dep_cowlib = hex 2.9.1
117117
dep_jsx = hex 2.11.0
118118
dep_lager = hex 3.8.0
119119
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl.git master
120-
dep_ra = git https://github.com/rabbitmq/ra.git master
120+
dep_ra = git https://github.com/rabbitmq/ra.git main
121121
dep_ranch = hex 1.7.1
122122
dep_recon = hex 2.5.1
123123
dep_observer_cli = hex 1.5.4

rabbitmq-components.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dep_cowlib = hex 2.9.1
116116
dep_jsx = hex 3.1.0
117117
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
118118
dep_prometheus = hex 4.8.1
119-
dep_ra = git https://github.com/rabbitmq/ra.git master
119+
dep_ra = git https://github.com/rabbitmq/ra.git main
120120
dep_ranch = hex 2.1.0
121121
dep_recon = hex 2.5.1
122122
dep_observer_cli = hex 1.7.1

workspace_helpers.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ erlang_lib(
209209

210210
git_repository(
211211
name = "ra",
212-
branch = "master",
212+
branch = "main",
213213
remote = "https://github.com/rabbitmq/ra.git",
214214
)
215215

0 commit comments

Comments
 (0)