Skip to content

Commit

Permalink
Modified for v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yosukehara committed May 31, 2020
1 parent 8a7af52 commit 450f214
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ script: "make"
notifications:
email: false
otp_release:
- 18.3
- 19.3
- 20.0
- 20.3
- 21.3
- 22.2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# leo_mq

[![Build Status](https://travis-ci.org/leo-project/leo_mq.svg?branch=develop)](https://travis-ci.org/leo-project/leo_mq)
[![Build Status](https://travis-ci.org/leo-project/leo_mq.svg?branch=v2)](https://travis-ci.org/leo-project/leo_mq)

## Overview

Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%% Leo MQ
%%
%% Copyright (c) 2012-2018 Rakuten, Inc.
%% Copyright (c) 2019 Lions Data, Inc.
%% Copyright (c) 2019-2020 Lions Data, Inc.
%%
%% This file is provided to you under the Apache License,
%% Version 2.0 (the "License"); you may not use this file
Expand All @@ -21,10 +21,10 @@
%% under the License.
%%
%%======================================================================
{require_otp_vsn, "19|20|21"}.
{require_otp_vsn, "19|20|21|22"}.

{deps, [
{leo_backend_db, ".*", {git, "https://github.com/leo-project/leo_backend_db.git", {tag, "2.0.1"}}},
{leo_backend_db, ".*", {git, "https://github.com/leo-project/leo_backend_db.git", {tag, "2.0.2"}}},
{meck, ".*", {git, "https://github.com/eproxus/meck.git", {tag, "0.8.13"}}}
]}.

Expand Down
2 changes: 1 addition & 1 deletion replace_otp_vsn.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
find . -name rebar.config|xargs sed -i 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "18|19|20"/g'
find . -name rebar.config|xargs sed -i 's/require_otp_vsn,\s\+"\(.\+\)"/require_otp_vsn, "19|20|21|22"/g'
3 changes: 2 additions & 1 deletion src/leo_mq.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
%% Leo MQ
%%
%% Copyright (c) 2012-2018 Rakuten, Inc.
%% Copyright (c) 2019-2020 Lions Data, Ltd.
%%
%% 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 +24,7 @@
{application, leo_mq,
[
{description, "Leo MQ"},
{vsn, "2.0.2"},
{vsn, "2.0.3"},
{id, "leo_mq"},
{registered, []},
{applications, [kernel, stdlib]},
Expand Down

0 comments on commit 450f214

Please sign in to comment.