lokiore opened a new pull request, #2550: URL: https://github.com/apache/phoenix/pull/2550
## 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
