You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2023/05/27 00:48:17 UTC

[hbase] branch branch-2.5 updated (be0ae6282ef -> 8fcfe91a24a)

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a change to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


    from be0ae6282ef HBASE-27872 xerial's snappy-java requires GLIBC >= 2.32 (#5245)
     add 429b34a969b Preparing hbase release 2.5.5RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
     new 8fcfe91a24a Preparing development version 2.5.6-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md      | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASENOTES.md | 37 +++++++++++++++++++++++++++++++
 pom.xml         |  2 +-
 3 files changed, 106 insertions(+), 1 deletion(-)


[hbase] 01/01: Preparing development version 2.5.6-SNAPSHOT

Posted by ap...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 8fcfe91a24aa86b3cd9ea9b93d11416c0f1a9afe
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Fri May 26 17:48:02 2023 -0700

    Preparing development version 2.5.6-SNAPSHOT
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4bf2687484c..dcf601fbd4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>2.5.5</revision>
+    <revision>2.5.6-SNAPSHOT</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>