Просмотр исходного кода

fix: override `emqx_license` is unnecessary

* continue #10820
JimMoen 2 лет назад
Родитель
Сommit
9526d080af

+ 1 - 1
apps/emqx_dashboard/src/emqx_dashboard.app.src

@@ -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]},

+ 1 - 1
apps/emqx_enterprise/src/emqx_enterprise_schema.erl

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

+ 1 - 1
apps/emqx_machine/src/emqx_machine.app.src

@@ -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]},