|  | 
| 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 , "[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" }}} | 
| 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