This is an automated email from the ASF dual-hosted git repository. iwasakims pushed a commit to branch branch-3.2 in repository https://gitbox.apache.org/repos/asf/bigtop.git
commit 92d4c6cae07d99f7475fc30ea649b505a920a2fb Author: Masatake Iwasaki <[email protected]> AuthorDate: Fri Sep 1 17:11:49 2023 +0900 BIGTOP-3993. Bump ZooKeeper to 3.6.4. (#1169) (cherry picked from commit b6f114961b19ab6e6ada93e30cdec6cc9affe699) Conflicts: bigtop.bom --- bigtop.bom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigtop.bom b/bigtop.bom index 2332a97aa..7c0168253 100644 --- a/bigtop.bom +++ b/bigtop.bom @@ -133,9 +133,9 @@ bigtop { pkg = name rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_") version { - base = '3.5.9' + base = '3.6.4' pkg = base - release = 2 + release = 1 } tarball { source = "apache-zookeeper-${version.base}.tar.gz"
