Skip to content

Commit a52fb2f

Browse files
ansdmergify[bot]
authored andcommitted
Point emqtt test dependency from ansd to emqx
Given that emqx/emqtt#169 has been merged and a new tag has been set on emqx/emqtt, we do not need the fork ansd/emqtt anymore. (cherry picked from commit 307e673) (cherry picked from commit 7fffaac)
1 parent a70603c commit a52fb2f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ erlang_app(
149149

150150
erlang_package.git_package(
151151
name = "emqtt",
152-
repository = "ansd/emqtt",
153-
commit = "68683689546b081c1cd5efeaa897b619e581fe29",
152+
repository = "emqx/emqtt",
153+
tag = "1.7.0-rc.2",
154154
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
155155
156156
erlang_app(

deps/rabbitmq_mqtt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
3939
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers
4040

4141
dep_ct_helper = git https://github.com/extend/ct_helper.git master
42-
dep_emqtt = git https://github.com/ansd/emqtt.git 68683689546b081c1cd5efeaa897b619e581fe29
42+
dep_emqtt = git https://github.com/emqx/emqtt.git 1.7.0-rc.2
4343

4444
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
4545
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

workspace_helpers.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ sed -i"_orig" -E '/VERSION/ s/[0-9]+\\.[0-9]+\\.[0-9]+/'${VERSION}'/' BUILD.baze
243243

244244
github_erlang_app(
245245
name = "emqtt",
246-
org = "ansd",
246+
org = "emqx",
247247
repo = "emqtt",
248-
version = "68683689546b081c1cd5efeaa897b619e581fe29",
249-
ref = "68683689546b081c1cd5efeaa897b619e581fe29",
248+
version = "1.7.0-rc.2",
249+
ref = "1.7.0-rc.2",
250250
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
251251
erlang_app(
252252
app_name = "emqtt",

0 commit comments

Comments
 (0)