aboutsummaryrefslogtreecommitdiffstats
path: root/rebar.config
diff options
context:
space:
mode:
authorEric <[email protected]>2012-10-19 17:49:28 -0500
committerJordan Wilberding <[email protected]>2012-10-24 11:30:00 -0600
commit3556d9bb5db8ee348bd0911fb56e4de302d2fa04 (patch)
tree17ca0668c890c328b0a9e0a1f29810191035c61c /rebar.config
parentbc049b62f3835eeda981bf75bac70862388d7e2b (diff)
downloadrelx-3556d9bb5db8ee348bd0911fb56e4de302d2fa04.tar.gz
relx-3556d9bb5db8ee348bd0911fb56e4de302d2fa04.tar.bz2
relx-3556d9bb5db8ee348bd0911fb56e4de302d2fa04.zip
add the new rebar vsn plugin for semver support to relcool
Signed-off-by: Jordan Wilberding <[email protected]>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config10
1 files changed, 8 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 799831a..5fe6e92 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,7 +1,11 @@
%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
-{deps, [{neotoma, "",
- {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}},
+{deps, [{rebar_vsn_plugin, ".*",
+ {git, "https://github.com/erlware/rebar_vsn_plugin.git",
+ {tag, "master"}}},
+ {neotoma, "",
+ {git, "https://github.com/ericbmerritt/neotoma.git",
+ {tag, "master"}}},
{erlware_commons, ".*",
{git, "https://github.com/erlware/erlware_commons.git",
{branch, "next"}}},
@@ -9,6 +13,8 @@
{git, "https://github.com/jcomellas/getopt.git",
{branch, "master"}}}]}.
+{plugins, [rebar_vsn_plugin]}.
+
{escript_incl_apps,
[getopt, erlware_commons]}.