File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ erlang_app(
148
148
149
149
erlang_package .git_package (
150
150
name = "emqtt" ,
151
- repository = "ansd /emqtt" ,
152
- commit = "68683689546b081c1cd5efeaa897b619e581fe29 " ,
151
+ repository = "emqx /emqtt" ,
152
+ tag = "1.7.0-rc.2 " ,
153
153
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
154
154
155
155
erlang_app(
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ DEPS = ranch rabbit_common rabbit amqp_client ra
39
39
TEST_DEPS = emqtt ct_helper rabbitmq_ct_helpers rabbitmq_ct_client_helpers
40
40
41
41
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
43
43
44
44
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
45
45
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
Original file line number Diff line number Diff line change @@ -238,10 +238,10 @@ sed -i"_orig" -E '/VERSION/ s/[0-9]+\\.[0-9]+\\.[0-9]+/'${VERSION}'/' BUILD.baze
238
238
239
239
github_erlang_app (
240
240
name = "emqtt" ,
241
- org = "ansd " ,
241
+ org = "emqx " ,
242
242
repo = "emqtt" ,
243
- version = "68683689546b081c1cd5efeaa897b619e581fe29 " ,
244
- ref = "68683689546b081c1cd5efeaa897b619e581fe29 " ,
243
+ version = "1.7.0-rc.2 " ,
244
+ ref = "1.7.0-rc.2 " ,
245
245
build_file_content = """load("@rules_erlang//:erlang_app.bzl", "erlang_app")
246
246
247
247
erlang_app(
You can’t perform that action at this time.
0 commit comments