Skip to content

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

Merged
lokiore merged 1 commit into
apache:5.3from
lokiore:PHOENIX-7943-5.3
Jun 28, 2026
Merged

PHOENIX-7943 Add 2.6.0 to hbase.profile.list for release#2551
lokiore merged 1 commit into
apache:5.3from
lokiore:PHOENIX-7943-5.3

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>
@lokiore lokiore added the backport Backport PR label Jun 27, 2026
@lokiore lokiore merged commit c39aec2 into apache:5.3 Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Backport PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants