You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/10 16:17:10 UTC

[couchdb] branch 3.x updated: Bump mochiweb to 3.0

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

vatamane pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.x by this push:
     new c15dfe55b Bump mochiweb to 3.0
c15dfe55b is described below

commit c15dfe55b36fcb8b68b31b6169654387b2d72837
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue May 10 11:26:46 2022 -0400

    Bump mochiweb to 3.0
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 955b6fa0a..daf9990ef 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -162,7 +162,7 @@ DepDescs = [
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-1"}},
-{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.22.0-2"}},
+{mochiweb,         "mochiweb",         {tag, "v3.0.0"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}
 ].