fix: override `emqx_license` is unnecessary

* continue #10820
This commit is contained in:
JimMoen 2023-05-29 19:10:31 +08:00
parent adae1aec96
commit 9526d080af
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
% strict semver, bump manually!
{vsn, "5.0.21"},
{vsn, "5.0.22"},
{modules, []},
{registered, [emqx_dashboard_sup]},
{applications, [kernel, stdlib, mnesia, minirest, emqx, emqx_ctl]},

View File

@ -64,7 +64,7 @@ redefine_roots(Roots) ->
override(Roots, Overrides).
redefine_node(Fields) ->
Overrides = [{"applications", #{default => <<"emqx_license">>}}],
Overrides = [],
override(Fields, Overrides).
override(Fields, []) ->

View File

@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
{vsn, "0.2.4"},
{vsn, "0.2.5"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, emqx_ctl]},