From 3903efc8c975c47125babe06f2a4cc674616b658 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 18 Aug 2020 11:36:24 +0100 Subject: [PATCH] Use tags for release --- rebar.config | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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}]}.