You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2023/02/15 03:40:04 UTC

[rocketmq] branch revert-6065-release-5.0.1 created (now 6d28f0376)

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

zhouxzhan pushed a change to branch revert-6065-release-5.0.1
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


      at 6d28f0376 Revert "[ISSUE #6030] Prepare to release Apache RocketMQ 5.0.1"

This branch includes the following new commits:

     new 6d28f0376 Revert "[ISSUE #6030] Prepare to release Apache RocketMQ 5.0.1"

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.



[rocketmq] 01/01: Revert "[ISSUE #6030] Prepare to release Apache RocketMQ 5.0.1"

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

zhouxzhan pushed a commit to branch revert-6065-release-5.0.1
in repository https://gitbox.apache.org/repos/asf/rocketmq.git

commit 6d28f0376534037ea8a888850107c6d9bb4a788b
Author: Zhouxiang Zhan <zh...@gmail.com>
AuthorDate: Wed Feb 15 11:39:56 2023 +0800

    Revert "[ISSUE #6030] Prepare to release Apache RocketMQ 5.0.1"
    
    This reverts commit 242c7249af88d5f5419bbb7cbbb461be5ba8cfa8.
---
 common/src/main/java/org/apache/rocketmq/common/MQVersion.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/src/main/java/org/apache/rocketmq/common/MQVersion.java b/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
index a6cf3b88e..ca99b825b 100644
--- a/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
+++ b/common/src/main/java/org/apache/rocketmq/common/MQVersion.java
@@ -18,7 +18,7 @@ package org.apache.rocketmq.common;
 
 public class MQVersion {
 
-    public static final int CURRENT_VERSION = Version.V5_0_1.ordinal();
+    public static final int CURRENT_VERSION = Version.V5_0_0.ordinal();
 
     public static String getVersionDesc(int value) {
         int length = Version.values().length;