|
9 | 9 | {eunit_opts, [nowarn_export_all, verbose]}.
|
10 | 10 |
|
11 | 11 | {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"}}}, |
17 | 17 |
|
18 | 18 | % {yokozuna, {git, "https://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}},
|
19 | 19 |
|
20 |
| - {riak_repl, {git, "git@github.com:TI-Tokyo/riak_repl", {tag, "riak_kv-3.0.9+https"}}} |
| 20 | + {riak_repl, {git, "https://github.com:basho/riak_repl", {branch, "develop-3.0"}}} |
21 | 21 | ]}.
|
22 | 22 |
|
23 | 23 | {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"}}} |
25 | 25 | ]}.
|
26 | 26 |
|
27 | 27 | {cuttlefish, [
|
|
0 commit comments