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/06/15 13:56:42 UTC

[hbase] branch master updated: HBASE-27917 Set version to 4.0.0-alpha-1-SNAPSHOT on master (#5276)

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


The following commit(s) were added to refs/heads/master by this push:
     new 4be74d2455a HBASE-27917 Set version to 4.0.0-alpha-1-SNAPSHOT on master (#5276)
4be74d2455a is described below

commit 4be74d2455a172c7c8a76d30c80e5864451e9624
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Jun 15 21:56:34 2023 +0800

    HBASE-27917 Set version to 4.0.0-alpha-1-SNAPSHOT on master (#5276)
    
    Signed-off-by: Liangjun He <he...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7ec4a1dc9d9..1503a95266f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -773,7 +773,7 @@
     </site>
   </distributionManagement>
   <properties>
-    <revision>3.0.0-beta-1-SNAPSHOT</revision>
+    <revision>4.0.0-alpha-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>