Skip to content

Commit

Permalink
Set deps to work off of 1.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Oct 20, 2011
1 parent bad1d17 commit e13e377
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rebar.config
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{erl_opts, [debug_info, fail_on_warning]}. {erl_opts, [debug_info, fail_on_warning]}.


{deps, [ {deps, [
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}}, {cluster_info, "1.2.0", {git, "git://github.com/basho/cluster_info", {tag, "1.2.0"}}},
{luwak, ".*", {git, "git://github.com/basho/luwak", {branch, "master"}}}, {luwak, "1.1.*", {git, "git://github.com/basho/luwak", {branch, "1.1"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv", {branch, "master"}}}, {riak_kv, "1.0.*", {git, "git://github.com/basho/riak_kv", {branch, "1.0"}}},
{riak_search, ".*", {git, "git://github.com/basho/riak_search", {riak_search, "1.0.*", {git, "git://github.com/basho/riak_search",
{branch, "master"}}} {branch, "1.0"}}}
]}. ]}.

0 comments on commit e13e377

Please sign in to comment.