This is an automated email from the ASF dual-hosted git repository.
lizhimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new eed120f3 [maven-release-plugin] prepare release
rocketmq-client-java-parent-5.0.8 (#1006)
eed120f3 is described below
commit eed120f32ae16755dcc562f1bd24a603d67f14da
Author: lizhimins <[email protected]>
AuthorDate: Tue Jun 3 13:34:32 2025 +0800
[maven-release-plugin] prepare release rocketmq-client-java-parent-5.0.8
(#1006)
---
java/client-apis/pom.xml | 2 +-
java/client-shade/pom.xml | 2 +-
java/client/pom.xml | 2 +-
java/pom.xml | 4 ++--
java/test/pom.xml | 6 ++----
5 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/java/client-apis/pom.xml b/java/client-apis/pom.xml
index 32b5d0e2..bf1d232d 100644
--- a/java/client-apis/pom.xml
+++ b/java/client-apis/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>5.0.8-SNAPSHOT</version>
+ <version>5.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/client-shade/pom.xml b/java/client-shade/pom.xml
index 5dc223ea..9863348e 100644
--- a/java/client-shade/pom.xml
+++ b/java/client-shade/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>5.0.8-SNAPSHOT</version>
+ <version>5.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/client/pom.xml b/java/client/pom.xml
index 83a5e85a..7bea92e2 100644
--- a/java/client/pom.xml
+++ b/java/client/pom.xml
@@ -18,7 +18,7 @@
<parent>
<artifactId>rocketmq-client-java-parent</artifactId>
<groupId>org.apache.rocketmq</groupId>
- <version>5.0.8-SNAPSHOT</version>
+ <version>5.0.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/java/pom.xml b/java/pom.xml
index bb7f7c78..d90c996c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client-java-parent</artifactId>
<packaging>pom</packaging>
- <version>5.0.8-SNAPSHOT</version>
+ <version>5.0.8</version>
<modules>
<module>client-apis</module>
<module>client</module>
@@ -411,6 +411,6 @@
<url>[email protected]:apache/rocketmq-clients.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-clients.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>rocketmq-client-java-parent-5.0.8</tag>
</scm>
</project>
diff --git a/java/test/pom.xml b/java/test/pom.xml
index 961171fa..4bbf5125 100644
--- a/java/test/pom.xml
+++ b/java/test/pom.xml
@@ -14,14 +14,12 @@
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client-java-parent</artifactId>
- <version>5.0.8-SNAPSHOT</version>
+ <version>5.0.8</version>
</parent>
<artifactId>test</artifactId>