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 0d1fe5459 BIGTOP-4530. Upgrade Livy to 0.9.0. (#1391)
0d1fe5459 is described below
commit 0d1fe5459bf17e15e4fd300cd2f9b181fccfdb1b
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 14:03:54 2026 +0900
BIGTOP-4530. Upgrade Livy to 0.9.0. (#1391)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 9ebefd752..d6b142d21 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -327,7 +327,7 @@ bigtop {
name = 'livy'
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
relNotes = 'Apache Livy'
- version { base = '0.8.0'; pkg = base; release = 1 }
+ version { base = '0.9.0'; pkg = base; release = 1 }
tarball { destination = "${name}-${version.base}.zip"
source = "apache-livy-${version.base}-incubating-src.zip"
}
url { download_path = "incubator/livy/${version.base}-incubating/"