diff options
author | Eric <[email protected]> | 2012-09-19 17:42:24 -0700 |
---|---|---|
committer | Eric <[email protected]> | 2012-09-19 17:52:04 -0700 |
commit | e72f965e861127cd97cdef82905370540a0d4a80 (patch) | |
tree | 4e615f6162afdfbac8eb1bfd3ce6422a609ef1a7 /rebar.config | |
parent | 8f2670540b6cef76726224801a696cfbed4f3738 (diff) | |
download | relx-e72f965e861127cd97cdef82905370540a0d4a80.tar.gz relx-e72f965e861127cd97cdef82905370540a0d4a80.tar.bz2 relx-e72f965e861127cd97cdef82905370540a0d4a80.zip |
fully support testing of release builds
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rebar.config b/rebar.config index b64dd08..160315a 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ {git, "https://github.com/ericbmerritt/neotoma.git", {tag, "1.5.1"}}}, {erlware_commons, ".*", {git, "https://github.com/ericbmerritt/erlware_commons.git", - {branch, "semver-format"}}}, + {branch, "next"}}}, {getopt, "", {git, "https://github.com/jcomellas/getopt.git", {tag, "v0.5.1"}}}]}. |