mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-24 17:29:28 +01:00
Make sure all version are consistent before big repositories changes
This commit is contained in:
parent
dae1ec2b7b
commit
7cc951ab1b
12
mix.exs
12
mix.exs
@ -32,14 +32,14 @@ defmodule Ejabberd.Mixfile do
|
|||||||
|
|
||||||
defp deps do
|
defp deps do
|
||||||
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
|
[{:lager, git: "https://github.com/basho/lager", tag: "3.0.2"},
|
||||||
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3", override: true},
|
{:p1_utils, git: "https://github.com/processone/p1_utils", tag: "1.0.3"},
|
||||||
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
|
{:cache_tab, git: "https://github.com/processone/cache_tab", tag: "1.0.2"},
|
||||||
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
|
{:p1_tls, git: "https://github.com/processone/tls", tag: "1.0.0"},
|
||||||
{:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.0"},
|
{:p1_stringprep, git: "https://github.com/processone/stringprep", tag: "1.0.1"},
|
||||||
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},
|
{:p1_xml, git: "https://github.com/processone/xml", tag: "1.1.2"},
|
||||||
{:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.0"},
|
{:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.1"},
|
||||||
{:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.0"},
|
{:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.1"},
|
||||||
{:p1_yaml, git: "https://github.com/processone/p1_yaml", tag: "1.0.0"},
|
{:p1_yaml, git: "https://github.com/processone/p1_yaml", tag: "1.0.1"},
|
||||||
{:jiffy, git: "https://github.com/davisp/jiffy", tag: "0.14.5"},
|
{:jiffy, git: "https://github.com/davisp/jiffy", tag: "0.14.5"},
|
||||||
{:oauth2, git: "https://github.com/kivra/oauth2", ref: "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"},
|
{:oauth2, git: "https://github.com/kivra/oauth2", ref: "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"},
|
||||||
{:xmlrpc, git: "https://github.com/rds13/xmlrpc.git", tag: "1.15"},
|
{:xmlrpc, git: "https://github.com/rds13/xmlrpc.git", tag: "1.15"},
|
||||||
|
14
rebar.config
14
rebar.config
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
{deps, [{if_var_true, lager, {lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}}},
|
{deps, [{if_var_true, lager, {lager, ".*", {git, "https://github.com/basho/lager", {tag, "3.0.2"}}}},
|
||||||
{if_var_false, lager, {p1_logger, ".*", {git, "https://github.com/processone/p1_logger", {tag, "1.0.0"}}}},
|
{if_var_false, lager, {p1_logger, ".*", {git, "https://github.com/processone/p1_logger", {tag, "1.0.0"}}}},
|
||||||
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.2"}}},
|
{p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.3"}}},
|
||||||
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.1"}}},
|
{cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.2"}}},
|
||||||
{p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}},
|
{p1_tls, ".*", {git, "https://github.com/processone/tls", {tag, "1.0.0"}}},
|
||||||
{p1_stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.0"}}},
|
{p1_stringprep, ".*", {git, "https://github.com/processone/stringprep", {tag, "1.0.1"}}},
|
||||||
{p1_xml, ".*", {git, "https://github.com/processone/xml", {tag, "1.1.1"}}},
|
{p1_xml, ".*", {git, "https://github.com/processone/xml", {tag, "1.1.2"}}},
|
||||||
{p1_stun, ".*", {git, "https://github.com/processone/stun", "0.9.0"}},
|
{p1_stun, ".*", {git, "https://github.com/processone/stun", {tag, "0.9.1"}}},
|
||||||
{esip, ".*", {git, "https://github.com/processone/p1_sip", "1.0.0"}},
|
{esip, ".*", {git, "https://github.com/processone/p1_sip", "1.0.1"}},
|
||||||
{p1_yaml, ".*", {git, "https://github.com/processone/p1_yaml", {tag, "1.0.0"}}},
|
{p1_yaml, ".*", {git, "https://github.com/processone/p1_yaml", {tag, "1.0.1"}}},
|
||||||
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.5"}}},
|
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.5"}}},
|
||||||
{oauth2, ".*", {git, "https://github.com/kivra/oauth2", "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"}},
|
{oauth2, ".*", {git, "https://github.com/kivra/oauth2", "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"}},
|
||||||
{xmlrpc, ".*", {git, "https://github.com/rds13/xmlrpc", {tag, "1.15"}}},
|
{xmlrpc, ".*", {git, "https://github.com/rds13/xmlrpc", {tag, "1.15"}}},
|
||||||
|
Loading…
Reference in New Issue
Block a user