This is an automated email from the ASF dual-hosted git repository. apurtell pushed a commit to annotated tag 2.6.5RC0 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 12e77d98e60be5b6400b64ffab9212ab9f67c42c Author: Andrew Purtell <[email protected]> AuthorDate: Sat Mar 14 13:41:19 2026 -0700 Preparing hbase release 2.6.5RC0; tagging and updates to CHANGES.md and RELEASENOTES.md Signed-off-by: Andrew Purtell <[email protected]> --- CHANGES.md | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index bccc0880713..24a9ac3c84d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,8 @@ | JIRA | Summary | Priority | Component | |:---- |:---- | :--- |:---- | +| [HBASE-29981](https://issues.apache.org/jira/browse/HBASE-29981) | Upgrade hbase-endpoint to use junit5 | Major | test | +| [HBASE-29927](https://issues.apache.org/jira/browse/HBASE-29927) | Upgrade hbase-external-blockcache to use junit5 | Major | test | | [HBASE-29988](https://issues.apache.org/jira/browse/HBASE-29988) | Upgrade hbase-archetypes to use junit5 | Major | test | | [HBASE-29969](https://issues.apache.org/jira/browse/HBASE-29969) | Bump lz4-java 1.10.4 | Major | dependencies | | [HBASE-29982](https://issues.apache.org/jira/browse/HBASE-29982) | Upgrade TestTags to JUnit5 and polish the code | Major | test | diff --git a/pom.xml b/pom.xml index 2a053d394ca..29361bfb629 100644 --- a/pom.xml +++ b/pom.xml @@ -523,7 +523,7 @@ </site> </distributionManagement> <properties> - <revision>2.6.6-SNAPSHOT</revision> + <revision>2.6.5</revision> <!-- override on command line to have generated LICENSE files include diagnostic info for verifying notice requirements --> <license.debug.print.included>false</license.debug.print.included>
