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

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


The following commit(s) were added to refs/heads/branch-3.5 by this push:
     new 85bd74465 BIGTOP-4462. Upgrade HBase to 2.6.2. (#1359)
85bd74465 is described below

commit 85bd744651dcf3dd06ae4b3de7ddaede5c092740
Author: Kengo Seki <[email protected]>
AuthorDate: Fri Jul 18 11:18:17 2025 +0900

    BIGTOP-4462. Upgrade HBase to 2.6.2. (#1359)
    
    (cherry picked from commit 386ee72b776b35dcbf007b2602e3a80a0b53c4a2)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index 874f95b68..e25ce629c 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -168,7 +168,7 @@ bigtop {
       name    = 'hbase'
       rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
       relNotes = 'Apache HBase'
-      version { base = '2.6.1'; pkg = base; release = 1 }
+      version { base = '2.6.2'; pkg = base; release = 1 }
       tarball { destination = "${name}-${version.base}.tar.gz"
                 source      = "${name}-${version.base}-src.tar.gz" }
       url     { download_path = "/$name/${version.base}/"

Reply via email to