mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Update to released version
This commit is contained in:
parent
9c6ee60f1a
commit
c4b14d045a
16
rebar.config
16
rebar.config
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
|
{deps, [{lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.2.1"}}},
|
||||||
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}},
|
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.5"}}},
|
||||||
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.3"}}},
|
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.4"}}},
|
||||||
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.6"}}},
|
{fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.0.7"}}},
|
||||||
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.5"}}},
|
{stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.6"}}},
|
||||||
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.14"}}},
|
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.15"}}},
|
||||||
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.6"}}},
|
{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.7"}}},
|
||||||
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.7"}}},
|
{esip, ".*", {git, "https://github.com/processone/esip", {tag, "1.0.8"}}},
|
||||||
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.5"}}},
|
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.6"}}},
|
||||||
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
|
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
|
||||||
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
|
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.1"}}},
|
||||||
{p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},
|
{p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},
|
||||||
@ -44,7 +44,7 @@
|
|||||||
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
{if_var_true, elixir, {rebar_elixir_plugin, ".*",
|
||||||
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
|
{git, "https://github.com/processone/rebar_elixir_plugin", "0.1.0"}}},
|
||||||
{if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
|
{if_var_true, iconv, {iconv, ".*", {git, "https://github.com/processone/iconv",
|
||||||
{tag, "1.0.1"}}}},
|
{tag, "1.0.2"}}}},
|
||||||
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
|
{if_var_true, tools, {meck, "0.8.*", {git, "https://github.com/eproxus/meck",
|
||||||
{tag, "0.8.4"}}}},
|
{tag, "0.8.4"}}}},
|
||||||
{if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git",
|
{if_var_true, tools, {moka, ".*", {git, "https://github.com/processone/moka.git",
|
||||||
|
Loading…
Reference in New Issue
Block a user