Skip to content

Commit 6274458

Browse files
author
Andrei Zavada
committed
point deps to develop-3.0 branches
1 parent 231d6f1 commit 6274458

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

rebar.config

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@
99
{eunit_opts, [nowarn_export_all, verbose]}.
1010

1111
{deps, [
12-
{lager_syslog, {git, "https://github.com/TI-Tokyo/lager_syslog.git", {tag, "3.1.1"}}},
13-
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
14-
{riak_kv, {git, "https://github.com/TI-Tokyo/riak_kv.git", {tag, "riak_kv-3.0.9.2"}}},
15-
{riak_auth_mods, {git, "https://github.com/TI-Tokyo/riak_auth_mods.git", {tag, "riak_kv-3.0.1"}}},
16-
{riaknostic, {git, "https://github.com/TI-Tokyo/riaknostic.git", {tag, "riak_kv-3.0.3"}}},
12+
{lager_syslog, {git, "https://github.com/basho/lager_syslog.git", {branch, "develop-3.0"}}},
13+
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {branch, "develop-3.0"}}},
14+
{riak_kv, {git, "https://github.com/basho/riak_kv.git", {branch, "develop-3.0"}}},
15+
{riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods.git", {branch, "develop-3.0"}}},
16+
{riaknostic, {git, "https://github.com/basho/riaknostic.git", {branch, "develop-3.0"}}},
1717

1818
% {yokozuna, {git, "https://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}},
1919

20-
{riak_repl, {git, "[email protected]:TI-Tokyo/riak_repl", {tag, "riak_kv-3.0.9+https"}}}
20+
{riak_repl, {git, "[email protected]:basho/riak_repl", {tag, "develop-3.0"}}}
2121
]}.
2222

2323
{project_plugins, [
24-
{rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {branch, "develop"}}}
24+
{rebar3_cuttlefish, {git, "https://github.com/basho/rebar3_cuttlefish", {branch, "develop-3.0"}}}
2525
]}.
2626

2727
{cuttlefish, [

0 commit comments

Comments
 (0)