Skip to content

PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release#2550

Merged
lokiore merged 1 commit into
apache:masterfrom
lokiore:PHOENIX-7943-master
Jun 28, 2026
Merged

PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release#2550
lokiore merged 1 commit into
apache:masterfrom
lokiore:PHOENIX-7943-master

Conversation

@lokiore

@lokiore lokiore commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds the 2.6.0 HBase profile to hbase.profile.list so the release driver builds and stages 2.6.0 client artifacts alongside the existing 2.5.0 / 2.5 / 2.6 profiles.

The 2.6.0 profile and its phoenix-hbase-compat-2.6.0 module already exist in the build; they were simply missing from the release profile list, so 2.6.0 Maven artifacts were not published in the RC staging repository.

Change

-<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>

JIRA: https://issues.apache.org/jira/browse/PHOENIX-7943

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 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants