Current section
23 Versions
Jump to
Current section
23 Versions
Compare versions
4
files changed
+8
additions
-7
deletions
| @@ -1,4 +1,5 @@ | |
| 1 1 | [](http://travis-ci.org/CloudI/cloudi_service_map_reduce) |
| 2 | + [](https://hex.pm/packages/cloudi_service_map_reduce) |
| 2 3 | |
| 3 4 | If you are looking to see if you need this repository, please refer to the [`cloudi_core` repository](https://github.com/CloudI/cloudi_core#about). |
| @@ -16,8 +16,8 @@ | |
| 16 16 | {<<"maintainers">>,[<<"Michael Truog">>]}. |
| 17 17 | {<<"name">>,<<"cloudi_service_map_reduce">>}. |
| 18 18 | {<<"requirements">>, |
| 19 | - [{<<"cloudi_core">>, |
| 20 | - [{<<"app">>,<<"cloudi_core">>}, |
| 21 | - {<<"optional">>,false}, |
| 22 | - {<<"requirement">>,<<"~> 1.5.1">>}]}]}. |
| 23 | - {<<"version">>,<<"1.5.1">>}. |
| 19 | + [[{<<"app">>,<<"cloudi_core">>}, |
| 20 | + {<<"name">>,<<"cloudi_core">>}, |
| 21 | + {<<"optional">>,false}, |
| 22 | + {<<"requirement">>,<<"~> 1.5.3">>}]]}. |
| 23 | + {<<"version">>,<<"1.5.3">>}. |
| @@ -4,7 +4,7 @@ | |
| 4 4 | {deps, |
| 5 5 | [{cloudi_core, ".*", |
| 6 6 | {git, "https://github.com/CloudI/cloudi_core.git", |
| 7 | - {tag, "v1.5.1"}}}]}. |
| 7 | + {tag, "v1.5.3"}}}]}. |
| 8 8 | |
| 9 9 | {erl_opts, |
| 10 10 | [debug_info, |
| @@ -3,7 +3,7 @@ | |
| 3 3 | |
| 4 4 | {application, cloudi_service_map_reduce, |
| 5 5 | [{description, "Map/Reduce CloudI Service"}, |
| 6 | - {vsn, "1.5.1"}, |
| 6 | + {vsn, "1.5.3"}, |
| 7 7 | {modules, [ |
| 8 8 | cloudi_service_map_reduce, |
| 9 9 | cloudi_task_size |