This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bigtop.git
The following commit(s) were added to refs/heads/master by this push: new 386ee72b7 BIGTOP-4462. Upgrade HBase to 2.6.2. (#1359) 386ee72b7 is described below commit 386ee72b776b35dcbf007b2602e3a80a0b53c4a2 Author: Kengo Seki <sek...@apache.org> AuthorDate: Fri Jul 18 11:18:17 2025 +0900 BIGTOP-4462. Upgrade HBase to 2.6.2. (#1359) --- bigtop.bom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtop.bom b/bigtop.bom index 13455c3b6..56534756e 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}/"