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 2019/02/12 11:48:46 UTC

[couchdb] branch 2.3.1-draft updated: update Fauxton to 1.1.20

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

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


The following commit(s) were added to refs/heads/2.3.1-draft by this push:
     new 8027f6a  update Fauxton to 1.1.20
8027f6a is described below

commit 8027f6a20d833ee246a53ddd916d88ce50405c2a
Author: Jan Lehnardt <ja...@apache.org>
AuthorDate: Tue Feb 12 12:49:16 2019 +0100

    update Fauxton to 1.1.20
---
 rebar.config.script | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index c483b19..34dbdfa 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -85,7 +85,7 @@ SubDirs = [
 
 DepDescs = [
 %% Independent Apps
-{config,           "config",           {tag, "2.1.5"}},
+{config,           "config",           {tag, "2.1.4"}},
 {b64url,           "b64url",           {tag, "1.0.1"}},
 {ets_lru,          "ets-lru",          {tag, "1.0.0"}},
 {khash,            "khash",            {tag, "1.0.1"}},
@@ -96,7 +96,7 @@ DepDescs = [
 {docs,             {url, "https://github.com/apache/couchdb-documentation"},
                    {tag, "2.3.0"}, [raw]},
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
-                   {tag, "v1.1.19"}, [raw]},
+                   {tag, "v1.1.20"}, [raw]},
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.2"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},