You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2022/11/24 02:01:17 UTC

[hbase] branch branch-2.5 updated (8c2cfcf207e -> 2171cdd25f7)

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

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


    from 8c2cfcf207e HBASE-27501 The .flattened-pom.xml for some modules are not installed (#4893)
     add 3e28acf0b81 Preparing hbase release 2.5.2RC0; tagging and updates to CHANGES.md and RELEASENOTES.md
     new 2171cdd25f7 Preparing development version 2.5.3-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      | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 RELEASENOTES.md | 34 ++++++++++++++++++++++----
 pom.xml         |  2 +-
 3 files changed, 101 insertions(+), 9 deletions(-)


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

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

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

commit 2171cdd25f7589a475604965bed516053ad8da27
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Nov 24 02:01:02 2022 +0000

    Preparing development version 2.5.3-SNAPSHOT
    
    Signed-off-by: Duo Zhang <zh...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1979303934e..f38f77baa36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -521,7 +521,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>2.5.2</revision>
+    <revision>2.5.3-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>