This is an automated email from the ASF dual-hosted git repository.
lokiore pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 08216f9c31 PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release
(#2550)
08216f9c31 is described below
commit 08216f9c3172ffe9b77206ad756c7bb765ffa9d9
Author: Lokesh Khurana <[email protected]>
AuthorDate: Sat Jun 27 21:59:43 2026 -0700
PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release (#2550)
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 acbe254c2f..32aec1a7c0 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>