Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Sep 22, 2018
2 parents b493f6e + 97580c8 commit c569e67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%
%% NFS RPC Server
%%
%% Copyright (c) 2012-2017 Rakuten, Inc.
%% Copyright (c) 2012-2018 Rakuten, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -20,16 +20,15 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "R16B*|17|18|19|20"}.
{require_otp_vsn, "19|20|21"}.

{deps, [
{ranch, ".*", {git, "https://github.com/extend/ranch.git", {tag, "1.0.0"}}},
{erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.6"}}}
{ranch, ".*", {git, "https://github.com/ninenines/ranch.git", {tag, "1.0.0"}}},
{erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.7"}}}
]}.

{erl_opts, [{d, 'NOTEST'},
warn_obsolete_guard,
warnings_as_errors,
warn_shadow_vars
]}.
{xref_checks, [undefined_function_calls]}.
Expand Down
4 changes: 2 additions & 2 deletions src/nfs_rpc_server.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%
%% NFS RPC Server
%%
%% Copyright (c) 2012-2017 Rakuten, Inc.
%% Copyright (c) 2012-2018 Rakuten, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -23,7 +23,7 @@
{application, nfs_rpc_server,
[
{description, "Sun RPC(RFC1057) server"},
{vsn, "0.2.6"},
{vsn, "0.2.7"},
{modules, []},
{registered, []},
{applications, [kernel, stdlib, ranch]},
Expand Down

0 comments on commit c569e67

Please sign in to comment.