From a21d487dc17fdc2976f37accac2e0e7e6d1df525 Mon Sep 17 00:00:00 2001 From: mocchira Date: Fri, 23 Mar 2018 08:59:24 +0900 Subject: [PATCH] leofs: Bump leo_object_storage to 1.3.31 --- apps/leo_gateway/rebar.config | 2 +- apps/leo_manager/rebar.config | 2 +- apps/leo_storage/rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/leo_gateway/rebar.config b/apps/leo_gateway/rebar.config index 541ceba7..174a7eb6 100644 --- a/apps/leo_gateway/rebar.config +++ b/apps/leo_gateway/rebar.config @@ -26,7 +26,7 @@ {leo_cache, ".*", {git, "https://github.com/leo-project/leo_cache.git", {tag, "0.8.9"}}}, {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.2.0"}}}, {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.7"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.30"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.31"}}}, {leo_pod, ".*", {git, "https://github.com/leo-project/leo_pod.git", {tag, "0.6.9"}}}, {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.59"}}}, {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.22"}}}, diff --git a/apps/leo_manager/rebar.config b/apps/leo_manager/rebar.config index c1014b9b..0a14f4ea 100644 --- a/apps/leo_manager/rebar.config +++ b/apps/leo_manager/rebar.config @@ -25,7 +25,7 @@ {deps, [ {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.2.0"}}}, {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.7"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.30"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.31"}}}, {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.59"}}}, {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.17"}}}, {leo_statistics, ".*", {git, "https://github.com/leo-project/leo_statistics.git", {tag, "1.1.22"}}}, diff --git a/apps/leo_storage/rebar.config b/apps/leo_storage/rebar.config index ed622217..a10f6507 100644 --- a/apps/leo_storage/rebar.config +++ b/apps/leo_storage/rebar.config @@ -26,7 +26,7 @@ {leo_commons, ".*", {git, "https://github.com/leo-project/leo_commons.git", {tag, "1.2.0"}}}, {leo_logger, ".*", {git, "https://github.com/leo-project/leo_logger.git", {tag, "1.3.7"}}}, {leo_mq, ".*", {git, "https://github.com/leo-project/leo_mq.git", {tag, "1.5.16"}}}, - {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.30"}}}, + {leo_object_storage, ".*", {git, "https://github.com/leo-project/leo_object_storage.git", {tag, "1.3.31"}}}, {leo_ordning_reda, ".*", {git, "https://github.com/leo-project/leo_ordning_reda.git", {tag, "1.2.10"}}}, {leo_redundant_manager, ".*", {git, "https://github.com/leo-project/leo_redundant_manager.git", {tag, "1.9.59"}}}, {leo_rpc, ".*", {git, "https://github.com/leo-project/leo_rpc.git", {tag, "0.10.17"}}},