From c656fb47f3933d1c0d60f3469f7b0158d0c39e54 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Sun, 29 May 2022 19:20:27 +0100 Subject: [PATCH] Tags for release --- rebar.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rebar.config b/rebar.config index 9771bd401..fed2ced74 100644 --- a/rebar.config +++ b/rebar.config @@ -42,16 +42,16 @@ ]}. {deps, [ - {riak_core, {git, "https://github.com/basho/riak_core.git", {branch, "develop-3.0"}}}, + {riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.10"}}}, {sidejob, {git, "https://github.com/basho/sidejob.git", {tag, "2.1.0"}}}, - {bitcask, {git, "https://github.com/basho/bitcask.git", {branch, "develop-3.0"}}}, + {bitcask, {git, "https://github.com/basho/bitcask.git", {tag, "2.1.0"}}}, {redbug, {git, "https://github.com/massemanet/redbug", {tag, "1.2.2"}}}, {recon, {git, "https://github.com/ferd/recon", {tag, "2.5.2"}}}, {sext, {git, "https://github.com/uwiger/sext.git", {tag, "1.4.1"}}}, {riak_pipe, {git, "https://github.com/basho/riak_pipe.git", {tag, "riak_kv-3.0.9"}}}, {riak_dt, {git, "https://github.com/basho/riak_dt.git", {tag, "riak_kv-3.0.0"}}}, - {riak_api, {git, "https://github.com/basho/riak_api.git", {branch, "develop-3.0"}}}, + {riak_api, {git, "https://github.com/basho/riak_api.git", {tag, "riak_kv-3.0.10"}}}, {hyper, {git, "https://github.com/basho/hyper", {tag, "1.1.0"}}}, - {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {branch, "mas-i1824-corruptedobj"}}}, - {riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {branch, "develop-3.0"}}} + {kv_index_tictactree, {git, "https://github.com/martinsumner/kv_index_tictactree.git", {tag, "1.0.2"}}}, + {riakhttpc, {git, "https://github.com/basho/riak-erlang-http-client", {tag, "3.0.10"}}} ]}.