You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/17 10:44:53 UTC

[rocketmq] branch develop updated: Pre release 4.4.0

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

dinglei pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new c574408  Pre release 4.4.0
c574408 is described below

commit c57440881729c71ad965148079cf51654d1a31f5
Author: ShannonDing <li...@163.com>
AuthorDate: Thu Jan 17 18:44:33 2019 +0800

    Pre release 4.4.0
---
 .../src/main/java/org/apache/rocketmq/common/MQVersion.java  |  2 +-
 release.properties                                           | 12 ++++++++++++
 2 files changed, 13 insertions(+), 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 6c2712d..e67b6e7 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.V4_3_1.ordinal();
+    public static final int CURRENT_VERSION = Version.V4_4_0.ordinal();
 
     public static String getVersionDesc(int value) {
         int length = Version.values().length;
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..ef73c1c
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,12 @@
+#release configuration
+#Thu Jan 17 18:43:42 CST 2019
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+pushChanges=true
+scm.url=scm\:git\:git@github.com\:apache/rocketmq.git
+preparationGoals=clean verify
+remoteTagging=true
+projectVersionPolicyId=default
+scm.commentPrefix=[maven-release-plugin] 
+exec.additionalArguments=-Papache-release -DskipTests -P nexus,signed_release
+exec.snapshotReleasePluginAllowed=false
+completedPhase=check-poms