You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2018/07/24 13:14:20 UTC

[couchdb] branch master updated (b1fbbb1 -> 10c19dc)

This is an automated email from the ASF dual-hosted git repository.

jan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from b1fbbb1  Bump fauxton dependency
     new cec965f  [travis] 20.1 -> 20.3
     new 10c19dc  bump docs dependency

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml         | 2 +-
 rebar.config.script | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[couchdb] 01/02: [travis] 20.1 -> 20.3

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit cec965f60d6c3d9e228fcbd050c65a185107641a
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 24 03:27:58 2018 -0400

    [travis] 20.1 -> 20.3
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index b2e7ff0..acb0b51 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,7 +3,7 @@ sudo: false
 
 os: linux
 otp_release:
-   - 20.1
+   - 20.3
    - 19.3
    - 18.3
    - 17.5


[couchdb] 02/02: bump docs dependency

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 10c19dc5cbcb390d286b9a69a2c23b1bc77368ab
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 24 07:40:11 2018 -0400

    bump docs dependency
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 5b79a88..3fbc324 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -56,7 +56,7 @@ DepDescs = [
 
 %% Non-Erlang deps
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
-                   {tag, "2.1.2"}, [raw]},
+                   {tag, "2.2.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.1.16"}, [raw]},
 %% Third party deps