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

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


The following commit(s) were added to refs/heads/branch-3.6 by this push:
     new f81ee3aa4 BIGTOP-4530. Upgrade Livy to 0.9.0. (#1391)
f81ee3aa4 is described below

commit f81ee3aa45cabea815416e8dbc716e87957a568e
Author: Masatake Iwasaki <[email protected]>
AuthorDate: Fri Jun 5 14:03:54 2026 +0900

    BIGTOP-4530. Upgrade Livy to 0.9.0. (#1391)
    
    (cherry picked from commit 0d1fe5459bf17e15e4fd300cd2f9b181fccfdb1b)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index 7c7c9b83b..7ce365438 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/"

Reply via email to