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/04/10 16:22:25 UTC

[couchdb] branch master updated: Promote ibrowse 4.0.1-1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 17bdde4  Promote ibrowse 4.0.1-1
     new 9865932  Merge pull request #2001 from cloudant/promote-ibrowse-4.0.1-1
17bdde4 is described below

commit 17bdde4d467c8edb1bcab82515b99640b2bca41d
Author: Jay Doane <ja...@apache.org>
AuthorDate: Tue Apr 9 21:59:58 2019 -0700

    Promote ibrowse 4.0.1-1
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index a22e201..254c674 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -111,7 +111,7 @@ DepDescs = [
 %% Third party deps
 {folsom,           "folsom",           {tag, "CouchDB-0.8.3"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-4"}},
-{ibrowse,          "ibrowse",          {tag, "CouchDB-4.0.1"}},
+{ibrowse,          "ibrowse",          {tag, "CouchDB-4.0.1-1"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-0.14.11-2"}},
 {mochiweb,         "mochiweb",         {tag, "v2.19.0"}},
 {meck,             "meck",             {tag, "0.8.8"}}