summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-10-06 13:36:32 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-10-06 13:36:32 +0200
commit862917955b953cc15ab3108912bd299b2c0faf6c (patch)
treea088253db038dccc340afb439246487b22409a91
parent41d6172bf47efb9ef4ebb2d53a4a2acfad7d3c19 (diff)
downloadrabbitmq-server-git-862917955b953cc15ab3108912bd299b2c0faf6c.tar.gz
Adopt new default branch for ra
-rw-r--r--deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk2
-rw-r--r--deps/rabbitmq_ct_helpers/rabbitmq-components.mk2
-rw-r--r--rabbitmq-components.mk2
-rw-r--r--workspace_helpers.bzl2
4 files changed, 4 insertions, 4 deletions
diff --git a/deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk b/deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk
index b2a3be8b35..21edf8fcbd 100644
--- a/deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk
+++ b/deps/rabbitmq_ct_client_helpers/rabbitmq-components.mk
@@ -117,7 +117,7 @@ dep_cowlib = hex 2.9.1
dep_jsx = hex 2.11.0
dep_lager = hex 3.8.0
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl.git master
-dep_ra = git https://github.com/rabbitmq/ra.git master
+dep_ra = git https://github.com/rabbitmq/ra.git main
dep_ranch = hex 1.7.1
dep_recon = hex 2.5.1
dep_observer_cli = hex 1.5.4
diff --git a/deps/rabbitmq_ct_helpers/rabbitmq-components.mk b/deps/rabbitmq_ct_helpers/rabbitmq-components.mk
index c4f8120cde..52198c0313 100644
--- a/deps/rabbitmq_ct_helpers/rabbitmq-components.mk
+++ b/deps/rabbitmq_ct_helpers/rabbitmq-components.mk
@@ -117,7 +117,7 @@ dep_cowlib = hex 2.9.1
dep_jsx = hex 2.11.0
dep_lager = hex 3.8.0
dep_prometheus = git https://github.com/deadtrickster/prometheus.erl.git master
-dep_ra = git https://github.com/rabbitmq/ra.git master
+dep_ra = git https://github.com/rabbitmq/ra.git main
dep_ranch = hex 1.7.1
dep_recon = hex 2.5.1
dep_observer_cli = hex 1.5.4
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk
index 5d5054cb13..66afd1871f 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -116,7 +116,7 @@ dep_cowlib = hex 2.9.1
dep_jsx = hex 3.1.0
dep_looking_glass = git https://github.com/rabbitmq/looking_glass master
dep_prometheus = hex 4.8.1
-dep_ra = git https://github.com/rabbitmq/ra.git master
+dep_ra = git https://github.com/rabbitmq/ra.git main
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.1
dep_observer_cli = hex 1.7.1
diff --git a/workspace_helpers.bzl b/workspace_helpers.bzl
index 4c5e988ada..9de7a06f5b 100644
--- a/workspace_helpers.bzl
+++ b/workspace_helpers.bzl
@@ -209,7 +209,7 @@ erlang_lib(
git_repository(
name = "ra",
- branch = "master",
+ branch = "main",
remote = "https://github.com/rabbitmq/ra.git",
)