From 09775936e5263001d7953986c4956db05722d118 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 16 Feb 2022 17:49:52 +0100 Subject: [PATCH 1/3] chore: EMQ X -> EMQX in emqx description --- rebar.config.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config.erl b/rebar.config.erl index 05e6f7ae1..a3910599e 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -218,9 +218,9 @@ relx(Vsn, RelType, PkgType, Edition) -> | overlay_vars(RelType, PkgType, Edition)]} ]. -emqx_description(cloud, ee) -> "EMQ X Enterprise Edition"; -emqx_description(cloud, ce) -> "EMQ X Community Edition"; -emqx_description(edge, ce) -> "EMQ X Edge Edition". +emqx_description(cloud, ee) -> "EMQX Enterprise Edition"; +emqx_description(cloud, ce) -> "EMQX Community Edition"; +emqx_description(edge, ce) -> "EMQX Edge Edition". overlay_vars(RelType, PkgType, Edition) -> overlay_vars_rel(RelType) From b3d96057220e8ffb735755973429b15a5cf637e4 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 16 Feb 2022 17:50:41 +0100 Subject: [PATCH 2/3] chore(conf): EMQ X -> EMQX in conf files --- apps/emqx/etc/emqx.conf | 20 +++++++++---------- apps/emqx_bridge/etc/emqx_bridge.conf | 2 +- apps/emqx_conf/etc/emqx_conf.conf | 2 +- apps/emqx_dashboard/etc/emqx_dashboard.conf | 2 +- apps/emqx_exhook/etc/emqx_exhook.conf | 2 +- apps/emqx_gateway/etc/emqx_gateway.conf | 2 +- apps/emqx_prometheus/etc/emqx_prometheus.conf | 2 +- apps/emqx_psk/etc/emqx_psk.conf | 2 +- apps/emqx_retainer/etc/emqx_retainer.conf | 2 +- .../etc/emqx_rule_engine.conf | 2 +- apps/emqx_slow_subs/etc/emqx_slow_subs.conf | 2 +- apps/emqx_statsd/etc/emqx_statsd.conf | 2 +- 12 files changed, 21 insertions(+), 21 deletions(-) diff --git a/apps/emqx/etc/emqx.conf b/apps/emqx/etc/emqx.conf index 1fee36ee3..161c05a12 100644 --- a/apps/emqx/etc/emqx.conf +++ b/apps/emqx/etc/emqx.conf @@ -53,7 +53,7 @@ listeners.tcp.default { "allow all" ] - ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed + ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed ## behind HAProxy or Nginx. ## ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/ @@ -63,7 +63,7 @@ listeners.tcp.default { ## Default: false proxy_protocol = false - ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection + ## Sets the timeout for proxy protocol. EMQX will close the TCP connection ## if no proxy protocol packet received within the timeout. ## ## @doc listeners.tcp..proxy_protocol_timeout @@ -152,7 +152,7 @@ listeners.ssl.default { "allow all" ] - ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed + ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed ## behind HAProxy or Nginx. ## ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/ @@ -162,7 +162,7 @@ listeners.ssl.default { ## Default: true proxy_protocol = false - ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection + ## Sets the timeout for proxy protocol. EMQX will close the TCP connection ## if no proxy protocol packet received within the timeout. ## ## @doc listeners.ssl..proxy_protocol_timeout @@ -339,7 +339,7 @@ listeners.ws.default { "allow all" ] - ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed + ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed ## behind HAProxy or Nginx. ## ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/ @@ -349,7 +349,7 @@ listeners.ws.default { ## Default: true proxy_protocol = false - ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection + ## Sets the timeout for proxy protocol. EMQX will close the TCP connection ## if no proxy protocol packet received within the timeout. ## ## @doc listeners.ws..proxy_protocol_timeout @@ -442,7 +442,7 @@ listeners.wss.default { "allow all" ] - ## Enable the Proxy Protocol V1/2 if the EMQ X cluster is deployed + ## Enable the Proxy Protocol V1/2 if the EMQX cluster is deployed ## behind HAProxy or Nginx. ## ## See: https://www.haproxy.com/blog/haproxy/proxy-protocol/ @@ -452,7 +452,7 @@ listeners.wss.default { ## Default: true proxy_protocol = false - ## Sets the timeout for proxy protocol. EMQ X will close the TCP connection + ## Sets the timeout for proxy protocol. EMQX will close the TCP connection ## if no proxy protocol packet received within the timeout. ## ## @doc listeners.wss..proxy_protocol_timeout @@ -1567,7 +1567,7 @@ example_common_websocket_options { ## Default: "" websocket.check_origins = "http://localhost:18083, http://127.0.0.1:18083" - ## Specify which HTTP header for real source IP if the EMQ X cluster is + ## Specify which HTTP header for real source IP if the EMQX cluster is ## deployed behind NGINX or HAProxy. ## ## @doc listeners..websocket.proxy_address_header @@ -1575,7 +1575,7 @@ example_common_websocket_options { ## Default: X-Forwarded-For websocket.proxy_address_header = X-Forwarded-For - ## Specify which HTTP header for real source port if the EMQ X cluster is + ## Specify which HTTP header for real source port if the EMQX cluster is ## deployed behind NGINX or HAProxy. ## ## @doc listeners..websocket.proxy_port_header diff --git a/apps/emqx_bridge/etc/emqx_bridge.conf b/apps/emqx_bridge/etc/emqx_bridge.conf index de931ae12..93442b573 100644 --- a/apps/emqx_bridge/etc/emqx_bridge.conf +++ b/apps/emqx_bridge/etc/emqx_bridge.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X Bridge +## EMQX Bridge ##-------------------------------------------------------------------- ## MQTT bridges to/from another MQTT broker diff --git a/apps/emqx_conf/etc/emqx_conf.conf b/apps/emqx_conf/etc/emqx_conf.conf index 5aff85b86..a7cabb9da 100644 --- a/apps/emqx_conf/etc/emqx_conf.conf +++ b/apps/emqx_conf/etc/emqx_conf.conf @@ -5,7 +5,7 @@ ## 3. File {{ platform_data_dir }}/configs/local-override.conf ## ## The *-override.conf files are overwritten at runtime when changes -## are made from EMQ X dashboard UI, management HTTP API, or CLI. +## are made from EMQX dashboard UI, management HTTP API, or CLI. ##================================================================== ## Node diff --git a/apps/emqx_dashboard/etc/emqx_dashboard.conf b/apps/emqx_dashboard/etc/emqx_dashboard.conf index 862c95d07..1c5a757d7 100644 --- a/apps/emqx_dashboard/etc/emqx_dashboard.conf +++ b/apps/emqx_dashboard/etc/emqx_dashboard.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X Dashboard +## EMQX Dashboard ##-------------------------------------------------------------------- dashboard { diff --git a/apps/emqx_exhook/etc/emqx_exhook.conf b/apps/emqx_exhook/etc/emqx_exhook.conf index fcdb0de96..22a6401dd 100644 --- a/apps/emqx_exhook/etc/emqx_exhook.conf +++ b/apps/emqx_exhook/etc/emqx_exhook.conf @@ -1,5 +1,5 @@ ##==================================================================== -## EMQ X Hooks +## EMQX Hooks ##==================================================================== exhook { diff --git a/apps/emqx_gateway/etc/emqx_gateway.conf b/apps/emqx_gateway/etc/emqx_gateway.conf index f6b0aaa37..4ca58ea9c 100644 --- a/apps/emqx_gateway/etc/emqx_gateway.conf +++ b/apps/emqx_gateway/etc/emqx_gateway.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X Gateway configurations +## EMQX Gateway configurations ##-------------------------------------------------------------------- ## No gateway by default. diff --git a/apps/emqx_prometheus/etc/emqx_prometheus.conf b/apps/emqx_prometheus/etc/emqx_prometheus.conf index 19b88dd84..5a20e5c47 100644 --- a/apps/emqx_prometheus/etc/emqx_prometheus.conf +++ b/apps/emqx_prometheus/etc/emqx_prometheus.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## emqx_prometheus for EMQ X +## emqx_prometheus for EMQX ##-------------------------------------------------------------------- prometheus { push_gateway_server = "http://127.0.0.1:9091" diff --git a/apps/emqx_psk/etc/emqx_psk.conf b/apps/emqx_psk/etc/emqx_psk.conf index ff9265fe1..9f63d1574 100644 --- a/apps/emqx_psk/etc/emqx_psk.conf +++ b/apps/emqx_psk/etc/emqx_psk.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X PSK +## EMQX PSK ##-------------------------------------------------------------------- psk_authentication { diff --git a/apps/emqx_retainer/etc/emqx_retainer.conf b/apps/emqx_retainer/etc/emqx_retainer.conf index f7ba44be3..18643d7cf 100644 --- a/apps/emqx_retainer/etc/emqx_retainer.conf +++ b/apps/emqx_retainer/etc/emqx_retainer.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X Retainer +## EMQX Retainer ##-------------------------------------------------------------------- ## Where to store the retained messages. diff --git a/apps/emqx_rule_engine/etc/emqx_rule_engine.conf b/apps/emqx_rule_engine/etc/emqx_rule_engine.conf index aff89b77e..b502fa039 100644 --- a/apps/emqx_rule_engine/etc/emqx_rule_engine.conf +++ b/apps/emqx_rule_engine/etc/emqx_rule_engine.conf @@ -1,5 +1,5 @@ ##==================================================================== -## Rule Engine for EMQ X R5.0 +## Rule Engine for EMQX R5.0 ##==================================================================== rule_engine { ignore_sys_message = true diff --git a/apps/emqx_slow_subs/etc/emqx_slow_subs.conf b/apps/emqx_slow_subs/etc/emqx_slow_subs.conf index db7f1594d..4323126ad 100644 --- a/apps/emqx_slow_subs/etc/emqx_slow_subs.conf +++ b/apps/emqx_slow_subs/etc/emqx_slow_subs.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## EMQ X Slow Subscribers Statistics +## EMQX Slow Subscribers Statistics ##-------------------------------------------------------------------- slow_subs { diff --git a/apps/emqx_statsd/etc/emqx_statsd.conf b/apps/emqx_statsd/etc/emqx_statsd.conf index e3ecfcc2b..7c316b829 100644 --- a/apps/emqx_statsd/etc/emqx_statsd.conf +++ b/apps/emqx_statsd/etc/emqx_statsd.conf @@ -1,5 +1,5 @@ ##-------------------------------------------------------------------- -## Statsd for EMQ X +## Statsd for EMQX ##-------------------------------------------------------------------- statsd { From 0528262705adc1104c6857022258a3beb5720393 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 16 Feb 2022 17:51:45 +0100 Subject: [PATCH 3/3] chore(app.src): EMQ X -> EMQX in .app.src files --- apps/emqx/src/emqx.app.src | 4 ++-- apps/emqx/src/emqx_limiter/src/emqx_limiter.app.src | 4 ++-- apps/emqx_authn/src/emqx_authn.app.src | 4 ++-- apps/emqx_dashboard/src/emqx_dashboard.app.src | 4 ++-- apps/emqx_exhook/src/emqx_exhook.app.src | 4 ++-- apps/emqx_machine/src/emqx_machine.app.src | 4 ++-- apps/emqx_management/src/emqx_management.app.src | 4 ++-- apps/emqx_modules/src/emqx_modules.app.src | 2 +- apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src | 2 +- apps/emqx_plugins/src/emqx_plugins.app.src | 2 +- apps/emqx_prometheus/src/emqx_prometheus.app.src | 4 ++-- apps/emqx_psk/src/emqx_psk.app.src | 4 ++-- apps/emqx_retainer/src/emqx_retainer.app.src | 4 ++-- apps/emqx_rule_engine/src/emqx_rule_engine.app.src | 4 ++-- apps/emqx_slow_subs/src/emqx_slow_subs.app.src | 4 ++-- lib-ee/emqx_enterprise_conf/src/emqx_enterprise_conf.app.src | 2 +- lib-ee/emqx_license/src/emqx_license.app.src | 2 +- 17 files changed, 29 insertions(+), 29 deletions(-) diff --git a/apps/emqx/src/emqx.app.src b/apps/emqx/src/emqx.app.src index 0989cd7f1..41fc14352 100644 --- a/apps/emqx/src/emqx.app.src +++ b/apps/emqx/src/emqx.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, emqx, [{id, "emqx"}, - {description, "EMQ X Core"}, + {description, "EMQX Core"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, []}, @@ -21,7 +21,7 @@ {mod, {emqx_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} diff --git a/apps/emqx/src/emqx_limiter/src/emqx_limiter.app.src b/apps/emqx/src/emqx_limiter/src/emqx_limiter.app.src index 33177492d..cd4c1467b 100644 --- a/apps/emqx/src/emqx_limiter/src/emqx_limiter.app.src +++ b/apps/emqx/src/emqx_limiter/src/emqx_limiter.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_limiter, - [{description, "EMQ X Hierarchical Limiter"}, + [{description, "EMQX Hierarchical Limiter"}, {vsn, "1.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_limiter_sup]}, @@ -8,6 +8,6 @@ {mod, {emqx_limiter_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, []} ]}. diff --git a/apps/emqx_authn/src/emqx_authn.app.src b/apps/emqx_authn/src/emqx_authn.app.src index 7aef92262..799478be8 100644 --- a/apps/emqx_authn/src/emqx_authn.app.src +++ b/apps/emqx_authn/src/emqx_authn.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_authn, - [{description, "EMQ X Authentication"}, + [{description, "EMQX Authentication"}, {vsn, "0.1.0"}, {modules, []}, {registered, [emqx_authn_sup, emqx_authn_registry]}, @@ -8,6 +8,6 @@ {mod, {emqx_authn_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}]} ]}. diff --git a/apps/emqx_dashboard/src/emqx_dashboard.app.src b/apps/emqx_dashboard/src/emqx_dashboard.app.src index 5958d5f36..6c7fac306 100644 --- a/apps/emqx_dashboard/src/emqx_dashboard.app.src +++ b/apps/emqx_dashboard/src/emqx_dashboard.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_dashboard, - [{description, "EMQ X Web Dashboard"}, + [{description, "EMQX Web Dashboard"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_dashboard_sup]}, @@ -8,7 +8,7 @@ {mod, {emqx_dashboard_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-dashboard"} ]} diff --git a/apps/emqx_exhook/src/emqx_exhook.app.src b/apps/emqx_exhook/src/emqx_exhook.app.src index bfd33a661..354a3c763 100644 --- a/apps/emqx_exhook/src/emqx_exhook.app.src +++ b/apps/emqx_exhook/src/emqx_exhook.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_exhook, - [{description, "EMQ X Extension for Hook"}, + [{description, "EMQX Extension for Hook"}, {vsn, "5.0.0"}, {modules, []}, {registered, []}, @@ -8,6 +8,6 @@ {applications, [kernel,stdlib,grpc,emqx]}, {env,[]}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}]} ]}. diff --git a/apps/emqx_machine/src/emqx_machine.app.src b/apps/emqx_machine/src/emqx_machine.app.src index 8140c7b6a..15ce275ec 100644 --- a/apps/emqx_machine/src/emqx_machine.app.src +++ b/apps/emqx_machine/src/emqx_machine.app.src @@ -1,7 +1,7 @@ %% -*- mode: erlang -*- {application, emqx_machine, [{id, "emqx_machine"}, - {description, "The EMQ X Machine"}, + {description, "The EMQX Machine"}, {vsn, "0.1.0"}, % strict semver, bump manually! {modules, []}, {registered, []}, @@ -9,7 +9,7 @@ {mod, {emqx_machine_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} diff --git a/apps/emqx_management/src/emqx_management.app.src b/apps/emqx_management/src/emqx_management.app.src index 1349f541c..3af10b959 100644 --- a/apps/emqx_management/src/emqx_management.app.src +++ b/apps/emqx_management/src/emqx_management.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_management, - [{description, "EMQ X Management API and CLI"}, + [{description, "EMQX Management API and CLI"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_management_sup]}, @@ -8,7 +8,7 @@ {mod, {emqx_mgmt_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-management"} ]} diff --git a/apps/emqx_modules/src/emqx_modules.app.src b/apps/emqx_modules/src/emqx_modules.app.src index 06e8ecc1f..da85e79e7 100644 --- a/apps/emqx_modules/src/emqx_modules.app.src +++ b/apps/emqx_modules/src/emqx_modules.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_modules, - [{description, "EMQ X Modules"}, + [{description, "EMQX Modules"}, {vsn, "5.0.0"}, {modules, []}, {applications, [kernel,stdlib,emqx]}, diff --git a/apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src b/apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src index f515244c1..603bbb7c0 100644 --- a/apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src +++ b/apps/emqx_plugin_libs/src/emqx_plugin_libs.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_plugin_libs, - [{description, "EMQ X Plugin utility libs"}, + [{description, "EMQX Plugin utility libs"}, {vsn, "4.3.1"}, {modules, []}, {applications, [kernel,stdlib]}, diff --git a/apps/emqx_plugins/src/emqx_plugins.app.src b/apps/emqx_plugins/src/emqx_plugins.app.src index a772f219f..cc5b846b1 100644 --- a/apps/emqx_plugins/src/emqx_plugins.app.src +++ b/apps/emqx_plugins/src/emqx_plugins.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_plugins, - [{description, "EMQ X Plugin Management"}, + [{description, "EMQX Plugin Management"}, {vsn, "0.1.0"}, {modules, []}, {mod, {emqx_plugins_app,[]}}, diff --git a/apps/emqx_prometheus/src/emqx_prometheus.app.src b/apps/emqx_prometheus/src/emqx_prometheus.app.src index 8b5968ea0..0edac7b69 100644 --- a/apps/emqx_prometheus/src/emqx_prometheus.app.src +++ b/apps/emqx_prometheus/src/emqx_prometheus.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_prometheus, - [{description, "Prometheus for EMQ X"}, + [{description, "Prometheus for EMQX"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_prometheus_sup]}, @@ -8,7 +8,7 @@ {mod, {emqx_prometheus_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-prometheus"} ]} diff --git a/apps/emqx_psk/src/emqx_psk.app.src b/apps/emqx_psk/src/emqx_psk.app.src index 3d749abf6..10c7656c5 100644 --- a/apps/emqx_psk/src/emqx_psk.app.src +++ b/apps/emqx_psk/src/emqx_psk.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_psk, - [{description, "EMQ X PSK"}, + [{description, "EMQX PSK"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_psk_sup]}, @@ -8,7 +8,7 @@ {mod, {emqx_psk_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx"} ]} diff --git a/apps/emqx_retainer/src/emqx_retainer.app.src b/apps/emqx_retainer/src/emqx_retainer.app.src index 482196b64..ab5f2e1cd 100644 --- a/apps/emqx_retainer/src/emqx_retainer.app.src +++ b/apps/emqx_retainer/src/emqx_retainer.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_retainer, - [{description, "EMQ X Retainer"}, + [{description, "EMQX Retainer"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_retainer_sup]}, @@ -8,7 +8,7 @@ {mod, {emqx_retainer_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-retainer"} ]} diff --git a/apps/emqx_rule_engine/src/emqx_rule_engine.app.src b/apps/emqx_rule_engine/src/emqx_rule_engine.app.src index 95b153191..bec85690f 100644 --- a/apps/emqx_rule_engine/src/emqx_rule_engine.app.src +++ b/apps/emqx_rule_engine/src/emqx_rule_engine.app.src @@ -1,6 +1,6 @@ %% -*- mode: erlang -*- {application, emqx_rule_engine, - [{description, "EMQ X Rule Engine"}, + [{description, "EMQX Rule Engine"}, {vsn, "5.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_rule_engine_sup, emqx_rule_engine]}, @@ -8,7 +8,7 @@ {mod, {emqx_rule_engine_app, []}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, [{"Homepage", "https://emqx.io/"}, {"Github", "https://github.com/emqx/emqx-rule-engine"} ]} diff --git a/apps/emqx_slow_subs/src/emqx_slow_subs.app.src b/apps/emqx_slow_subs/src/emqx_slow_subs.app.src index 593170c37..8f5a85efc 100644 --- a/apps/emqx_slow_subs/src/emqx_slow_subs.app.src +++ b/apps/emqx_slow_subs/src/emqx_slow_subs.app.src @@ -1,5 +1,5 @@ {application, emqx_slow_subs, - [{description, "EMQ X Slow Subscribers Statistics"}, + [{description, "EMQX Slow Subscribers Statistics"}, {vsn, "1.0.0"}, % strict semver, bump manually! {modules, []}, {registered, [emqx_slow_subs_sup]}, @@ -7,6 +7,6 @@ {mod, {emqx_slow_subs_app,[]}}, {env, []}, {licenses, ["Apache-2.0"]}, - {maintainers, ["EMQ X Team "]}, + {maintainers, ["EMQX Team "]}, {links, []} ]}. diff --git a/lib-ee/emqx_enterprise_conf/src/emqx_enterprise_conf.app.src b/lib-ee/emqx_enterprise_conf/src/emqx_enterprise_conf.app.src index fab02093b..9d8b5de68 100644 --- a/lib-ee/emqx_enterprise_conf/src/emqx_enterprise_conf.app.src +++ b/lib-ee/emqx_enterprise_conf/src/emqx_enterprise_conf.app.src @@ -1,5 +1,5 @@ {application, emqx_enterprise_conf, - [{description, "EMQ X Enterprise configuration schema"}, + [{description, "EMQX Enterprise configuration schema"}, {vsn, "0.1.0"}, {registered, []}, {applications, diff --git a/lib-ee/emqx_license/src/emqx_license.app.src b/lib-ee/emqx_license/src/emqx_license.app.src index 6d95e2c6d..97e92daa5 100644 --- a/lib-ee/emqx_license/src/emqx_license.app.src +++ b/lib-ee/emqx_license/src/emqx_license.app.src @@ -1,5 +1,5 @@ {application,emqx_license, - [{description,"EMQ X License"}, + [{description,"EMQX License"}, {vsn,"5.0.0"}, {modules,[]}, {registered,[emqx_license_sup]},