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/10/05 15:45:46 UTC

[couchdb] branch 3.x updated: Bump jiffy to CouchDB-1.0.9-1

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 494c871  Bump jiffy to CouchDB-1.0.9-1
494c871 is described below

commit 494c87120f3869e8df41521cafbece9a1628169b
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Tue Oct 5 11:14:57 2021 -0400

    Bump jiffy to CouchDB-1.0.9-1
    
    Based off of the upstream 1.0.9 + CouchDB clone changes
    
    https://github.com/apache/couchdb-jiffy/releases/tag/CouchDB-1.0.9-1
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 7b67a9c..25fd071 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -161,7 +161,7 @@ DepDescs = [
 {folsom,           "folsom",           {tag, "CouchDB-0.8.4"}},
 {hyper,            "hyper",            {tag, "CouchDB-2.2.0-7"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.4.2-5"}},
-{jiffy,            "jiffy",            {tag, "CouchDB-1.0.5-1"}},
+{jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-1"}},
 {mochiweb,         "mochiweb",         {tag, "CouchDB-v2.21.0-1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
 {recon,            "recon",            {tag, "2.5.2"}}