You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by iw...@apache.org on 2022/07/08 05:25:17 UTC

[bigtop] branch branch-3.1 updated: BIGTOP-3724. Increment the release number of ZooKeeper and Kafka. (#938)

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

iwasakims pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 6807bc32 BIGTOP-3724. Increment the release number of ZooKeeper and Kafka. (#938)
6807bc32 is described below

commit 6807bc32104c92f3c07270b7c82fc6765563da6c
Author: Masatake Iwasaki <iw...@apache.org>
AuthorDate: Fri Jul 8 14:22:20 2022 +0900

    BIGTOP-3724. Increment the release number of ZooKeeper and Kafka. (#938)
    
    (cherry picked from commit 9519f17e29d8127bae6e2402eab1d6dd73039d44)
---
 bigtop.bom | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bigtop.bom b/bigtop.bom
index b7eb9459..13b0fd63 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -130,7 +130,7 @@ bigtop {
       version {
         base  = '3.5.9'
         pkg   = base
-        release = 1
+        release = 2
       }
       tarball {
         source      = "apache-zookeeper-${version.base}.tar.gz"
@@ -291,7 +291,7 @@ bigtop {
     'kafka' {
       name    = 'kafka'
       relNotes = 'Apache Kafka'
-      version { base = '2.8.1'; pkg = base; release = 1 }
+      version { base = '2.8.1'; pkg = base; release = 2 }
       tarball { destination = "$name-${version.base}.tar.gz"
                 source      = "$name-${version.base}-src.tgz" }
       url     { download_path = "/$name/${version.base}/"