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 2023/01/18 16:09:58 UTC

[couchdb] branch bump-recon-to-2.5.3 created (now 552d4ab40)

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

vatamane pushed a change to branch bump-recon-to-2.5.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at 552d4ab40 Bump rebar to 2.5.3

This branch includes the following new commits:

     new 552d4ab40 Bump rebar to 2.5.3

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: Bump rebar to 2.5.3

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

vatamane pushed a commit to branch bump-recon-to-2.5.3
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 552d4ab40fe3021bec96d7fcd86a262b63c37f54
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed Jan 18 11:08:55 2023 -0500

    Bump rebar to 2.5.3
    
    Changes since 2.5.2: https://github.com/ferd/recon/compare/2.5.2...2.5.3
---
 rebar.config.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rebar.config.script b/rebar.config.script
index 028aabe8f..2bdb17a49 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -156,7 +156,7 @@ DepDescs = [
 {jiffy,            "jiffy",            {tag, "CouchDB-1.0.9-2"}},
 {mochiweb,         "mochiweb",         {tag, "v3.1.1"}},
 {meck,             "meck",             {tag, "0.9.2"}},
-{recon,            "recon",            {tag, "2.5.2"}}
+{recon,            "recon",            {tag, "2.5.3"}}
 ].
 
 WithProper = lists:keyfind(with_proper, 1, CouchConfig) == {with_proper, true}.