This is an automated email from the ASF dual-hosted git repository.
guyuqi 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 b6f114961 BIGTOP-3993. Bump ZooKeeper to 3.6.4. (#1169)
b6f114961 is described below
commit b6f114961b19ab6e6ada93e30cdec6cc9affe699
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Sep 1 17:11:49 2023 +0900
BIGTOP-3993. Bump ZooKeeper to 3.6.4. (#1169)
---
bigtop.bom | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bigtop.bom b/bigtop.bom
index 6123b6793..6a71a6d88 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 = 3
+ release = 1
}
tarball {
source = "apache-zookeeper-${version.base}.tar.gz"