aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-01-23 18:42:16 +0100
committerMickael Remond <mremond@process-one.net>2016-01-23 18:42:16 +0100
commit7cc951ab1b77c9e0d7526041b6a84cdf59abdba0 (patch)
tree5a92a81add250225221782d80c825b984e43228d /mix.exs
parentMake sure mix does not trigger conflict on p1_utils (diff)
Make sure all version are consistent before big repositories changes
Diffstat (limited to '')
-rw-r--r--mix.exs12
1 files changed, 6 insertions, 6 deletions
diff --git a/mix.exs b/mix.exs
index a6e5f70e7..58b37c487 100644
--- a/mix.exs
+++ b/mix.exs
@@ -32,14 +32,14 @@ defmodule Ejabberd.Mixfile do
defp deps do
[{: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"},
{: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_xml, git: "https://github.com/processone/xml", tag: "1.1.1"},
- {:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.0"},
- {:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.0"},
- {:p1_yaml, git: "https://github.com/processone/p1_yaml", 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.2"},
+ {:p1_stun, git: "https://github.com/processone/stun", tag: "0.9.1"},
+ {:esip, git: "https://github.com/processone/p1_sip", tag: "1.0.1"},
+ {:p1_yaml, git: "https://github.com/processone/p1_yaml", tag: "1.0.1"},
{:jiffy, git: "https://github.com/davisp/jiffy", tag: "0.14.5"},
{:oauth2, git: "https://github.com/kivra/oauth2", ref: "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"},
{:xmlrpc, git: "https://github.com/rds13/xmlrpc.git", tag: "1.15"},