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 2023/05/27 15:59:11 UTC

[hbase] branch master updated (abc517f75ab -> 79c985f2468)

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

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


    from abc517f75ab HBASE-27793 Addendum fix spotless issue
     add e44cc02c75e Preparing hbase release 3.0.0-alpha-4RC0
     new 79c985f2468 Preparing development version 3.0.0-beta-1-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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[hbase] 01/01: Preparing development version 3.0.0-beta-1-SNAPSHOT

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

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

commit 79c985f2468429d717b82563e81116c4c5f75f5d
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat May 27 15:58:53 2023 +0000

    Preparing development version 3.0.0-beta-1-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 cb6491132d6..7ec4a1dc9d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -773,7 +773,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>3.0.0-alpha-4</revision>
+    <revision>3.0.0-beta-1-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>