diff --git a/rebar.config b/rebar.config index 9068d5c14..223787256 100644 --- a/rebar.config +++ b/rebar.config @@ -11,11 +11,11 @@ {deps, [ {lager, ".*", {git, "git://github.com/basho/lager.git", {tag, "3.2.4"}}}, - {poolboy, ".*", {git, "git://github.com/basho/poolboy.git", {branch, "develop-2.9"}}}, + {poolboy, ".*", {git, "git://github.com/basho/poolboy.git", {tag, "riak_kv-2.9.0"}}}, {basho_stats, ".*", {git, "git://github.com/basho/basho_stats.git", {tag, "1.0.3.5"}}}, {riak_sysmon, ".*", {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.1.5"}}}, - {eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {branch, "develop-2.9"}}}, - {riak_ensemble, ".*", {git, "https://github.com/basho/riak_ensemble", {branch, "develop-2.9"}}}, + {eleveldb, ".*", {git, "git://github.com/basho/eleveldb.git", {tag, "riak_kv-2.9.0"}}}, + {riak_ensemble, ".*", {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-2.9.0"}}}, {pbkdf2, ".*", {git, "git://github.com/basho/erlang-pbkdf2.git", {tag, "2.0.1"}}}, {exometer_core, ".*", {git, "git://github.com/basho/exometer_core.git", {tag, "1.0.1-basho10"}}}, {clique, ".*", {git, "https://github.com/basho/clique.git", {tag, "0.3.10"}}}