From 3556d9bb5db8ee348bd0911fb56e4de302d2fa04 Mon Sep 17 00:00:00 2001 From: Eric Date: Fri, 19 Oct 2012 17:49:28 -0500 Subject: add the new rebar vsn plugin for semver support to relcool Signed-off-by: Jordan Wilberding --- rebar.config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'rebar.config') 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]}. -- cgit v1.2.3