diff --git a/rebar.config b/rebar.config index bc4c60fac..3f31122c0 100644 --- a/rebar.config +++ b/rebar.config @@ -21,15 +21,15 @@ {deps, [ {lager, {git, "git://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, - {poolboy, {git, "https://github.com/basho/poolboy.git", {branch, "develop-3.0"}}}, - {riak_sysmon, {git, "git://github.com/basho/riak_sysmon.git", {branch, "develop-3.0"}}}, - {clique, {git, "git://github.com/basho/clique.git", {branch, "develop-3.0"}}}, - {eleveldb, {git, "git://github.com/basho/eleveldb.git", {branch, "develop-3.0"}}}, - {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {branch, "develop-3.0"}}}, - {pbkdf2, {git, "git://github.com/basho/erlang-pbkdf2.git", {branch, "develop-3.0"}}}, - {cluster_info, {git, "git://github.com/basho/cluster_info.git", {branch, "develop-3.0"}}}, + {poolboy, {git, "https://github.com/basho/poolboy.git", {tag, "riak_kv-3.0.0"}}}, + {riak_sysmon, {git, "git://github.com/basho/riak_sysmon.git", {tag, "2.2.0"}}}, + {clique, {git, "git://github.com/basho/clique.git", {tag, "0.3.11"}}}, + {eleveldb, {git, "git://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.0"}}}, + {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.0"}}}, + {pbkdf2, {git, "git://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}}, + {cluster_info, {git, "git://github.com/basho/cluster_info.git", {tag, "2.1.0"}}}, {exometer_core, {git, "git://github.com/Feuerlabs/exometer_core.git", {tag, "v1.5.7"}}}, - {basho_stats, {git, "git://github.com/basho/basho_stats.git", {branch, "develop-3.0"}}} + {basho_stats, {git, "git://github.com/basho/basho_stats.git", {tag, "1.1.0"}}} ]}. {dialyzer, [{plt_apps, all_deps}]}.