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 1bab6866f BIGTOP-4274. Upgrade Phoenix to 5.2.1. (#1308)
1bab6866f is described below

commit 1bab6866ff875d989a05f0dab60bbec188561fd1
Author: Kengo Seki <[email protected]>
AuthorDate: Thu Nov 28 08:48:06 2024 +0900

    BIGTOP-4274. Upgrade Phoenix to 5.2.1. (#1308)
---
 bigtop.bom | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bigtop.bom b/bigtop.bom
index ee0fad141..0b4794b21 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -247,7 +247,7 @@ bigtop {
     'phoenix' {
       name    = 'phoenix'
       relNotes = 'Apache Phoenix: A SQL skin over HBase'
-      version { base = "5.1.3"; pkg = base; release = 1 }
+      version { base = "5.2.1"; pkg = base; release = 1 }
       tarball { destination = "$name-${version.base}-src.tar.gz"
                 source      = destination }
       url     { download_path = "/$name/$name-${version.base}"

Reply via email to