From e8e329e684a236dea4f7719c73230e5458bc7722 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Sat, 28 May 2022 17:20:05 +0100 Subject: [PATCH] Tags for release --- rebar.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index b49fb341e..a85ee72dd 100644 --- a/rebar.config +++ b/rebar.config @@ -22,10 +22,10 @@ {deps, [ {lager, {git, "https://github.com/erlang-lager/lager.git", {tag, "3.8.0"}}}, {poolboy, {git, "https://github.com/basho/poolboy.git", {tag, "riak_kv-3.0.0"}}}, - {riak_sysmon, {git, "https://github.com/basho/riak_sysmon.git", {branch, "develop-3.0"}}}, - {clique, {git, "https://github.com/basho/clique.git", {branch, "develop-3.0"}}}, - {eleveldb, {git, "https://github.com/basho/eleveldb.git", {branch, "develop-3.0"}}}, - {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.0"}}}, + {riak_sysmon, {git, "https://github.com/basho/riak_sysmon.git", {tag, "2.2.1"}}}, + {clique, {git, "https://github.com/basho/clique.git", {tag, "0.3.12"}}}, + {eleveldb, {git, "https://github.com/basho/eleveldb.git", {tag, "riak_kv-3.0.10"}}}, + {riak_ensemble, {git, "https://github.com/basho/riak_ensemble", {tag, "riak_kv-3.0.10"}}}, {pbkdf2, {git, "https://github.com/basho/erlang-pbkdf2.git", {tag, "2.1.0"}}}, {cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}}, {exometer_core, "1.6.1"},