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 2021/08/05 19:16:35 UTC

[couchdb] branch main updated: Bump mochiweb version

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 24577f8  Bump mochiweb version
24577f8 is described below

commit 24577f8fdb4ec5209de274de346dc98d19098fe0
Author: ncshaw <nc...@ibm.com>
AuthorDate: Thu Aug 5 15:07:22 2021 -0400

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

diff --git a/rebar.config.script b/rebar.config.script
index 98fdcfd..4c3565e 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -155,7 +155,7 @@ DepDescs = [
 {jaeger_passage,   "jaeger-passage",   {tag, "CouchDB-0.1.14-4"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
 {local,            "local",            {tag, "0.2.1"}},
-{mochiweb,         "mochiweb",         {tag, "v2.21.0"}},
+{mochiweb,         "mochiweb",         {tag, "CouchDB-v2.21.0-1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.0"}},
 {passage,          "passage",          {tag, "CouchDB-0.2.6-1"}},