Skip to content

Commit

Permalink
Fix dependency revisions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Feb 20, 2012
1 parent 2014d2b commit 57f67df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rebar.config
Expand Up @@ -9,9 +9,9 @@
{erl_opts, [debug_info, fail_on_warning]}.

{deps, [
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info", {branch, "master"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv", {branch, "master"}}},
{riak_search, ".*", {git, "git://github.com/basho/riak_search",
{branch, "master"}}},
{riak_control, "0.1.0", {git, "git://github.com/basho/riak_control"}}
{cluster_info, "1.2.1", {git, "git://github.com/basho/cluster_info", {tag, "1.2.1"}}},
{riak_kv, "1.1.0", {git, "git://github.com/basho/riak_kv", {tag, "1.1.0"}}},
{riak_search, "1.1.0", {git, "git://github.com/basho/riak_search",
{tag, "1.1.0"}}},
{riak_control, "0.1.0", {git, "git://github.com/basho/riak_control", {tag, "0.1.0"}}}
]}.

0 comments on commit 57f67df

Please sign in to comment.