You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2022/08/16 07:30:14 UTC

[couchdb] branch update-couchdb-mochiweb created (now edb03a5cb)

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

ronny pushed a change to branch update-couchdb-mochiweb
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at edb03a5cb Update couchdb-mochiweb to v3.1.0

This branch includes the following new commits:

     new edb03a5cb Update couchdb-mochiweb to v3.1.0

The 1 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.



[couchdb] 01/01: Update couchdb-mochiweb to v3.1.0

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

ronny pushed a commit to branch update-couchdb-mochiweb
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit edb03a5cbe0746af8db09749ab62fa10549e560e
Author: Ronny Berndt <ro...@apache.org>
AuthorDate: Tue Aug 16 09:29:16 2022 +0200

    Update couchdb-mochiweb to v3.1.0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 12b6bc861..2912f14b7 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -157,7 +157,7 @@ DepDescs = [
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "1.1.1"}},
-{mochiweb,         "mochiweb",         {tag, "v3.0.0"}},
+{mochiweb,         "mochiweb",         {tag, "v3.1.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}
 ].