This is an automated email from the ASF dual-hosted git repository.
lokiore pushed a commit to branch 5.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.3 by this push:
new c39aec298b PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release
(#2551)
c39aec298b is described below
commit c39aec298b033b8ca95d460272849b526605c87e
Author: Lokesh Khurana <[email protected]>
AuthorDate: Sat Jun 27 21:59:51 2026 -0700
PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release (#2551)
The release script builds and stages a Maven artifact set per HBase
profile listed in hbase.profile.list. The 2.6.0 profile (and its
phoenix-hbase-compat-2.6.0 module) already exists in the build but was
not included in the release profile list, so 2.6.0 client artifacts
were not published. Add 2.6.0 so they are staged with the other
profiles.
Co-authored-by: Claude Fable 5 <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 623129559d..5f771c3a53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<hbase.suffix>hbase-${hbase.profile}</hbase.suffix>
<!-- This is used by the release script only -->
- <hbase.profile.list>2.5.0 2.5 2.6</hbase.profile.list>
+ <hbase.profile.list>2.5.0 2.5 2.6.0 2.6</hbase.profile.list>
<!-- The default hbase versions to build with (override with
hbase.version) -->
<hbase-2.5.0.runtime.version>2.5.3-hadoop3</hbase-2.5.0.runtime.version>
<hbase-2.5.4.runtime.version>2.5.10-hadoop3</hbase-2.5.4.runtime.version>