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/05/18 03:04:00 UTC

[couchdb] branch main updated: Fix rebar3 version to 3.21.0

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 68ef23311 Fix rebar3 version to 3.21.0
68ef23311 is described below

commit 68ef23311faab5258bb7aa6e97c2bef7d02c6534
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed May 17 22:20:07 2023 -0400

    Fix rebar3 version to 3.21.0
    
    It's the latest version. Otherwise, unexpected updates there break our CI
    chain.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 6c6877105..8b1e43d6f 100755
--- a/configure
+++ b/configure
@@ -21,7 +21,7 @@ basename=`basename $0`
 
 PACKAGE_AUTHOR_NAME="The Apache Software Foundation"
 
-REBAR3_BRANCH="main"
+REBAR3_BRANCH="3.21.0"
 
 # TEST=0
 WITH_PROPER="true"