Skip to content

Commit

Permalink
Modified for LeoFS 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed May 21, 2015
1 parent f271eb9 commit bfe15bc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion priv/leo_manager_0.schema
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"leo_manager.system_version",
[
{datatype, string},
{default, "1.2.9"}
{default, "1.2.10"}
]}.

%% @doc Mode of Manager: [master|slave]
Expand Down
2 changes: 1 addition & 1 deletion priv/leo_manager_1.schema
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"leo_manager.system_version",
[
{datatype, string},
{default, "1.2.9"}
{default, "1.2.10"}
]}.

%% @doc Mode of Manager: [master, slave]
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
{deps, [
{leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.1.1"}}},
{leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.1.5"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.6"}}},
{leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.12"}}},
{leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.2.7"}}},
{leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.13"}}},
{leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.1"}}},
{leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.3"}}},
{leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.4"}}},
{leo_s3_libs, ".*", {git, "https://github.com/leo-project/leo_s3_libs.git", {tag, "1.1.7"}}},
{jiffy, ".*", {git, "https://github.com/davisp/jiffy.git", {tag, "0.13.3"}}},
{meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.2"}}}
Expand Down

0 comments on commit bfe15bc

Please sign in to comment.