mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Use tagged version for yconf as well
This commit is contained in:
parent
b50e7161ee
commit
e8fb9ab303
@ -26,7 +26,7 @@
|
|||||||
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.37"}}},
|
{fast_xml, ".*", {git, "https://github.com/processone/fast_xml", {tag, "1.1.37"}}},
|
||||||
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.0"}}},
|
{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.4.0"}}},
|
||||||
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.20"}}},
|
{fast_yaml, ".*", {git, "https://github.com/processone/fast_yaml", {tag, "1.0.20"}}},
|
||||||
{yconf, ".*", {git, "https://github.com/processone/yconf", "97a1189"}},
|
{yconf, ".*", {git, "https://github.com/processone/yconf", {tag, "1.0.0"}}},
|
||||||
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
|
{jiffy, ".*", {git, "https://github.com/davisp/jiffy", {tag, "0.14.8"}}},
|
||||||
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
|
{p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.5"}}},
|
||||||
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.3"}}},
|
{pkix, ".*", {git, "https://github.com/processone/pkix", {tag, "1.0.3"}}},
|
||||||
@ -73,7 +73,8 @@
|
|||||||
ezlib,
|
ezlib,
|
||||||
eimp,
|
eimp,
|
||||||
mqtree,
|
mqtree,
|
||||||
pkix]}}.
|
pkix,
|
||||||
|
yconf]}}.
|
||||||
|
|
||||||
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",
|
{erl_first_files, ["src/ejabberd_sql_pt.erl", "src/ejabberd_config.erl",
|
||||||
"src/gen_mod.erl", "src/mod_muc_room.erl",
|
"src/gen_mod.erl", "src/mod_muc_room.erl",
|
||||||
|
Loading…
Reference in New Issue
Block a user