summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorMickael Remond <mremond@process-one.net>2016-02-03 10:55:40 +0100
committerMickael Remond <mremond@process-one.net>2016-02-03 10:55:40 +0100
commit9b837860cd7560412eb443017f9ceb90c630aad7 (patch)
treeb355c112cbef40878629ee6acafd2bb30173c462 /rebar.config
parentRun ejabberd test on Erlang R18 (diff)
Switch a few version to hex.pm version
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config12
1 files changed, 6 insertions, 6 deletions
diff --git a/rebar.config b/rebar.config
index ffc4885e..b0220d19 100644
--- a/rebar.config
+++ b/rebar.config
@@ -15,10 +15,10 @@
{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", "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", "8d129fbf8866930b4ffa6dd84e65bd2b32b9acb8"}},
- {xmlrpc, ".*", {git, "https://github.com/rds13/xmlrpc", {tag, "1.15"}}},
+ {fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.2"}}},
+ {jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.7"}}},
+ {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2.git", {tag, "0.6.1"}}},
+ {p1_xmlrpc, ".*", {git, "https://github.com/processone/p1_xmlrpc", {tag, "1.15.1"}}},
{luerl, ".*", {git, "https://github.com/rvirding/luerl", "9524d0309a88b7c62ae93da0b632b185de3ba9db"}},
{if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/mysql", {tag, "1.0.0"}}}},
{if_var_true, pgsql, {p1_pgsql, ".*", {git, "https://github.com/processone/pgsql", {tag, "1.0.0"}}}},
@@ -42,7 +42,7 @@
esip,
luerl,
p1_stun,
- p1_yaml,
+ fast_yaml,
p1_utils,
p1_mysql,
p1_pgsql,
@@ -95,7 +95,7 @@
{post_hook_configure, [{"p1_tls", []},
{"stringprep", []},
- {"p1_yaml", []},
+ {"fast_yaml", []},
{"esip", []},
{"p1_xml", [{if_var_true, full_xml, "--enable-full-xml"}]},
{if_var_true, pam, {"p1_pam", []}},