Skip to content

Commit

Permalink
point deps to develop-3.0 branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Zavada committed Apr 1, 2022
1 parent 231d6f1 commit 6274458
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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, "[email protected]:TI-Tokyo/riak_repl", {tag, "riak_kv-3.0.9+https"}}}
{riak_repl, {git, "[email protected]: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, [
Expand Down

0 comments on commit 6274458

Please sign in to comment.