From 62744588b2647bd54dbffe9efd1178985238c88c Mon Sep 17 00:00:00 2001 From: Andrei Zavada Date: Fri, 1 Apr 2022 20:13:35 +0300 Subject: [PATCH] point deps to develop-3.0 branches --- rebar.config | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rebar.config b/rebar.config index 75c3f0bcd..72ef92b5d 100644 --- a/rebar.config +++ b/rebar.config @@ -9,19 +9,19 @@ {eunit_opts, [nowarn_export_all, verbose]}. {deps, [ - {lager_syslog, {git, "https://github.com/TI-Tokyo/lager_syslog.git", {tag, "3.1.1"}}}, - {cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}}, - {riak_kv, {git, "https://github.com/TI-Tokyo/riak_kv.git", {tag, "riak_kv-3.0.9.2"}}}, - {riak_auth_mods, {git, "https://github.com/TI-Tokyo/riak_auth_mods.git", {tag, "riak_kv-3.0.1"}}}, - {riaknostic, {git, "https://github.com/TI-Tokyo/riaknostic.git", {tag, "riak_kv-3.0.3"}}}, + {lager_syslog, {git, "https://github.com/basho/lager_syslog.git", {branch, "develop-3.0"}}}, + {cluster_info, {git, "https://github.com/basho/cluster_info.git", {branch, "develop-3.0"}}}, + {riak_kv, {git, "https://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}}, + {riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0"}}}, + {riaknostic, {git, "https://github.com/basho/riaknostic.git", {branch, "develop-3.0"}}}, % {yokozuna, {git, "https://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}}, - {riak_repl, {git, "git@github.com:TI-Tokyo/riak_repl", {tag, "riak_kv-3.0.9+https"}}} + {riak_repl, {git, "git@github.com:basho/riak_repl", {tag, "develop-3.0"}}} ]}. {project_plugins, [ - {rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {branch, "develop"}}} + {rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {branch, "develop-3.0"}}} ]}. {cuttlefish, [