You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bb...@apache.org on 2023/11/30 20:20:29 UTC

(hbase) branch branch-2 updated: HBASE-28230 Update branch-2 version to 2.7-SNAPSHOT (#5552)

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

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


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 7af389a190f HBASE-28230 Update branch-2 version to 2.7-SNAPSHOT (#5552)
7af389a190f is described below

commit 7af389a190f0f45336b59bb7ce16953806f26b92
Author: Bryan Beaudreault <bb...@apache.org>
AuthorDate: Thu Nov 30 15:20:19 2023 -0500

    HBASE-28230 Update branch-2 version to 2.7-SNAPSHOT (#5552)
    
    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 00c2ca7a8ad..5fc53b62eca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -522,7 +522,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>2.6.0-SNAPSHOT</revision>
+    <revision>2.7.0-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>