kennyh před 1 měsícem
rodič
revize
5564127546
1 změnil soubory, kde provedl 9 přidání a 9 odebrání
  1. 9 9
      rebar.config

+ 9 - 9
rebar.config

@@ -1,16 +1,16 @@
 %% -*- mode: erlang -*-
 {deps,
     [
-        {emqx, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.4.0"}, "apps/emqx"}}
-        , {emqx_ctl, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.4.0"}, "apps/emqx_ctl"}}
-        , {emqx_utils, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.4.0"}, "apps/emqx_utils"}}
-        , {emqx_durable_storage, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.4.0"}, "apps/emqx_durable_storage"}}
-        , {emqx_resource, {git_subdir, "https://github.com/emqx/emqx.git", {tag, "v5.4.0"}, "apps/emqx_resource"}}
+        {emqx, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx"}}
+        , {emqx_ctl, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_ctl"}}
+        , {emqx_utils, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_utils"}}
+        , {emqx_durable_storage, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_durable_storage"}}
+        , {emqx_resource, {git_subdir, "http://gogs.weclouds.xyz:3000/kennyh/emqx4.3.git", {tag, "v5.6.1"}, "apps/emqx_resource"}}
         , {wolff, "1.9.1"}
     ]}.
 
 {plugins, [
-    {emqx_plugrel, {git, "https://github.com/jostar-y/emqx_plugrel.git", {branch, "master"}}}
+    {emqx_plugrel, {git, "http://gogs.weclouds.xyz:3000/kennyh/emqx_plugrel.git", {branch, "master"}}}
 ]}.
 
 {erl_opts, []}.
@@ -36,12 +36,12 @@
             , {contact, ""}
             , {website, ""}
         ]}
-        , {repo, "https://github.com/jostar-y/emqx_plugin_kafka"}
+        , {repo, "http://gogs.weclouds.xyz:3000/kennyh/emqx_plugin_kafka"}
         , {functionality, ["Demo"]}
         , {compatibility,
-        [{emqx, "~> v5.4.0"}
+        [{emqx, "~> v5.6.1"}
         ]}
-        , {description, "Kafka plugin for EMQX >= V5.4.0"}
+        , {description, "Kafka plugin for EMQX >= v5.6.1"}
     ]
 }.