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/12/14 23:33:04 UTC

(hbase) branch branch-2.5 updated (96dea4df6fe -> d18cd1954e0)

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 96dea4df6fe HBASE-28243 Bump jackson version to 2.15.2 (#5562)
     add 8bdd6146ffa Preparing hbase release 2.5.7RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
     new d18cd1954e0 Preparing development version 2.5.8-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      | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 RELEASENOTES.md | 23 +++++++++++++++++++++
 pom.xml         |  2 +-
 3 files changed, 88 insertions(+), 1 deletion(-)


(hbase) 01/01: Preparing development version 2.5.8-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 d18cd1954e02082b9d728901e055a6dd975419be
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Thu Dec 14 15:32:40 2023 -0800

    Preparing development version 2.5.8-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 04969c51127..084c196ffef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>2.5.7</revision>
+    <revision>2.5.8-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>