221V 1 год назад
Родитель
Сommit
68f30674ac
1 измененных файлов с 11 добавлено и 12 удалено
  1. 11 12
      rebar.config

+ 11 - 12
rebar.config

@@ -6,41 +6,40 @@
     %{syn,     ".*", {git, "https://git.4dev.win/n4u/syn.git",          {tag, "1.1.0"}}},
     
     {jsone,   ".*", {git, "https://git.4dev.win/n4u/jsone.git",        {tag, "1.4.7"} }},
-    {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git",      {tag, "erl24"}}},
+    {erlydtl, ".*", {git, "https://git.4dev.win/n4u/erlydtl.git",      {tag, "erl25"}}},
     
-    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "6.6.4-erl24"}  }},
+    {nitro,   ".*", {git, "https://git.4dev.win/n4u/nitro.git",        {tag, "6.6.4-erl25"}  }},
     
     {fs,      ".*", {git, "https://git.4dev.win/n4u/fs.git",           {tag, "6.12"}  }},
-    {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "6.2-erl24"}  }},  %% todo fix hot reload with active and mad
+    {active,  ".*", {git, "https://git.4dev.win/n4u/active.git",       {tag, "6.2-erl25"}  }},  %% todo fix hot reload with active and mad
     
-    {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "4.1.1-erl24"}  }},
+    {sh,      ".*", {git, "https://git.4dev.win/n4u/sh.git",           {tag, "4.1.1-erl25"}  }},
     
     {epgsql,  ".*", {git, "https://git.4dev.win/n4u/epgsql.git",       {tag, "4.6.0"} }},
-    {pooler,  ".*", {git, "https://git.4dev.win/n4u/pooler.git",       {tag, "erl24"} }},
-    {herd,    ".*", {git, "https://git.4dev.win/n4u/herd.git",         {tag, "erl24"} }},
-    {epgsql_pool, ".*", {git, "https://git.4dev.win/n4u/epgsql_pool.git", {tag, "erl24"} }},
+    {pooler,  ".*", {git, "https://git.4dev.win/n4u/pooler.git",       {tag, "erl25"} }},
+    {herd,    ".*", {git, "https://git.4dev.win/n4u/herd.git",         {tag, "erl25"} }},
+    {epgsql_pool, ".*", {git, "https://git.4dev.win/n4u/epgsql_pool.git", {tag, "erl25"} }},
     
     %%{cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {branch, "1.0.2-erl23"} }},
     %%{ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.8.0"} }},
     %%{cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "1.1.2-erl23"} }},
     {cowlib,  ".*", {git, "https://git.4dev.win/n4u/cowlib.git",       {branch, "2.11.0"} }},
     {ranch,   ".*", {git, "https://git.4dev.win/n4u/ranch.git",        {tag, "1.8.0"} }},
-    %{cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {tag, "2.9.0"} }},
     {cowboy,  ".*", {git, "https://git.4dev.win/n4u/cowboy.git",       {branch, "2.9.0-b"} }},
     
     %{n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",        {branch, "master"}  }},
-    {n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",          {tag, "4.5-erl24"}  }},
+    {n4u,     ".*", {git, "https://git.4dev.win/n4u/n4u.git",          {tag, "4.5-erl25"}  }},
     
     %{rest,    ".*", {git, "https://git.4dev.win/n4u/rest.git",         {tag, "2.9-erl23"}  }}, %% cowboy1 %% todo check debug
     %{rest,    ".*", {git, "https://git.4dev.win/n4u/rest.git",         {tag, "5.10-erl24"}  }}, %% cowboy2 %% todo check debug
     
     %{mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {branch, "n4u"}  }},
-    {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "2.10.2-erl24"}  }},
+    {mad,     ".*", {git, "https://git.4dev.win/n4u/mad.git",          {tag, "2.10.2-erl25"}  }},
     
-    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.2-erl24"}}},
+    {kvs,     ".*", {git, "https://git.4dev.win/n4u/kvs.git",          {tag, "3.9.2-erl25"}}},
     
     {oauth,   ".*", {git, "https://git.4dev.win/n4u/erlang-oauth.git", {tag, "v2.0.0"}  }},
-    {avz,     ".*", {git, "https://git.4dev.win/n4u/avz.git",          {tag, "4.4.1-erl24"}  }}
+    {avz,     ".*", {git, "https://git.4dev.win/n4u/avz.git",          {tag, "4.4.1-erl25"}  }}
 ]}.
 {fetch_speed,fast_master}.
 {verbose,1}.