This is an automated email from the ASF dual-hosted git repository.
jinrongtong 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 63d20eb92a [ISSUE #9734] Set revision to 5.3.4 in maven pom (#9876)
63d20eb92a is described below
commit 63d20eb92a4aa685ae0d0696b419d3ffb6ca1738
Author: lizhimins <[email protected]>
AuthorDate: Thu Nov 27 11:32:42 2025 +0800
[ISSUE #9734] Set revision to 5.3.4 in maven pom (#9876)
Change-Id: I30234c0c2953bea1e09283610bee6851a89d34c0
Signed-off-by: terrance.lzm <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dfa248471b..56830f15a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
</issueManagement>
<properties>
- <revision>5.3.4-SNAPSHOT</revision>
+ <revision>5.3.4</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.root>${basedir}</project.root>