Skip to content

Commit

Permalink
Merge branch 'release/1.2.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed Oct 9, 2015
2 parents 1ca5b4a + 19ff81b commit e9b207c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion priv/leo_gateway.schema
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"leo_gateway.system_version",
[
{datatype, string},
{default, "1.2.14"}
{default, "1.2.16"}
]}.


Expand Down
18 changes: 9 additions & 9 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
{require_otp_vsn, "R16B*|17"}.

{deps, [
{leo_cache, ".*", {git, "https://github.com/leo-project/leo_cache.git", {tag, "0.6.5"}}},
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.2"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.1.6"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.9"}}},
{leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.18"}}},
{leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.6"}}},
{leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.1.8"}}},
{leo_watchdog, ".*", {git, "https://github.com/leo-project/leo_watchdog.git", {tag, "0.10.2"}}},
{savanna_agent, ".*", {git, "https://github.com/leo-project/savanna_agent.git", {tag, "0.4.9"}}},
{leo_cache, ".*", {git, "https://github.com/leo-project/leo_cache.git", {tag, "0.6.8"}}},
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.5"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.1.11"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.10"}}},
{leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.19"}}},
{leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.9"}}},
{leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.1.9"}}},
{leo_watchdog, ".*", {git, "https://github.com/leo-project/leo_watchdog.git", {tag, "0.12.0"}}},
{savanna_agent, ".*", {git, "https://github.com/leo-project/savanna_agent.git", {tag, "0.4.12"}}},
{erpcgen, ".*", {git, "https://github.com/leo-project/erpcgen.git", {tag, "0.2.3"}}},
{nfs_rpc_server, ".*", {git, "https://github.com/leo-project/nfs_rpc_server.git", {tag, "0.2.3"}}},
{cowboy, ".*", {git, "https://github.com/leo-project/cowboy.git", {tag, "for-leofs-1.2.11"}}},
Expand Down
2 changes: 1 addition & 1 deletion src/leo_gateway.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{application, leo_gateway,
[
{description, "LeoFS Gateway Server"},
{vsn, "1.2.14"},
{vsn, "1.2.16"},
{id, "leo_gateway"},
{registered, []},
{applications, [kernel, stdlib, crypto, ranch, asn1]},
Expand Down

0 comments on commit e9b207c

Please sign in to comment.