Skip to content

Commit

Permalink
For master branch, set deps on master branches instead of release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
slfritchie committed Feb 1, 2011
1 parent e83fe54 commit 89836bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{erl_opts, [debug_info, fail_on_warning]}.

{deps, [
{cluster_info, "1.0.*", {git, "git://github.com/basho/cluster_info", {tag, "cluster_info-1.0.0"}}},
{luwak, "1.*", {git, "git://github.com/basho/luwak", {tag, "luwak-1.0.0"}}},
{riak_kv, "0.14.*", {git, "git://github.com/basho/riak_kv", {tag, "riak_kv-0.14.0"}}},
{riak_err, "1.0.*", {git, "git://github.com/basho/riak_err", {tag, "riak_err-1.0.0"}}}
{cluster_info, "1.0.*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}},
{luwak, "1.*", {git, "git://github.com/basho/luwak", {branch, "master"}}},
{riak_kv, "0.14.*", {git, "git://github.com/basho/riak_kv", {branch, "master"}}},
{riak_err, "1.0.*", {git, "git://github.com/basho/riak_err", {branch, "master"}}}
]}.

0 comments on commit 89836bf

Please sign in to comment.