enable the rebar semver plugin on erlware_commons

Signed-off-by: Jordan Wilberding <diginux@gmail.com>
This commit is contained in:
Eric Merritt 2012-10-19 18:22:03 -05:00 committed by Jordan Wilberding
parent 1540fb1652
commit c4887e2021
3 changed files with 7 additions and 24 deletions

View file

@ -3,7 +3,9 @@
%% Dependencies ================================================================
{deps, [{neotoma, "",
{git, "https://github.com/seancribbs/neotoma.git", {branch, master}}},
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}}]}.
{proper, "", {git, "https://github.com/manopapad/proper.git", {branch, master}}},
{rebar_vsn_plugin, ".*", {git, "https://github.com/erlware/rebar_vsn_plugin.git",
{branch, "master"}}}]}.
{erl_first_files, ["ec_dictionary"]}.
@ -18,3 +20,6 @@
{cover_enabled, true}.
{cover_print_enabled, true}.
%% Rebar Plugins ==============================================================
{plugins, [rebar_vsn_plugin]}.