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 40ce7eb87 BIGTOP-4282. Upgrade Zeppelin to 0.11.2. (#1312)
40ce7eb87 is described below
commit 40ce7eb8743c3d8d99cb097b94dcfcbfc3c1a482
Author: Kengo Seki <[email protected]>
AuthorDate: Sun Dec 1 01:50:42 2024 +0900
BIGTOP-4282. Upgrade Zeppelin to 0.11.2. (#1312)
---
bigtop.bom | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bigtop.bom b/bigtop.bom
index 9734cb724..97fa14187 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -315,7 +315,7 @@ bigtop {
name = 'zeppelin'
rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
relNotes = 'Apache Zeppelin'
- version { base = '0.11.0'; pkg = base; release = 2 }
+ version { base = '0.11.2'; pkg = base; release = 1 }
tarball { source = "$name-${version.base}.tgz"
destination = "$name-${version.base}.tar.gz" }
url { download_path = "/$name/$name-${version.base}/"