Skip to content

Commit eed120f

Browse files
authored
[maven-release-plugin] prepare release rocketmq-client-java-parent-5.0.8 (#1006)
1 parent 093d793 commit eed120f

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

java/client-apis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.8-SNAPSHOT</version>
21+
<version>5.0.8</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/client-shade/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.8-SNAPSHOT</version>
21+
<version>5.0.8</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>rocketmq-client-java-parent</artifactId>
2020
<groupId>org.apache.rocketmq</groupId>
21-
<version>5.0.8-SNAPSHOT</version>
21+
<version>5.0.8</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.apache.rocketmq</groupId>
2727
<artifactId>rocketmq-client-java-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>5.0.8-SNAPSHOT</version>
29+
<version>5.0.8</version>
3030
<modules>
3131
<module>client-apis</module>
3232
<module>client</module>
@@ -411,6 +411,6 @@
411411
<url>[email protected]:apache/rocketmq-clients.git</url>
412412
<connection>scm:git:[email protected]:apache/rocketmq-clients.git</connection>
413413
<developerConnection>scm:git:[email protected]:apache/rocketmq-clients.git</developerConnection>
414-
<tag>HEAD</tag>
414+
<tag>rocketmq-client-java-parent-5.0.8</tag>
415415
</scm>
416416
</project>

java/test/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414
limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<modelVersion>4.0.0</modelVersion>
2119
<parent>
2220
<groupId>org.apache.rocketmq</groupId>
2321
<artifactId>rocketmq-client-java-parent</artifactId>
24-
<version>5.0.8-SNAPSHOT</version>
22+
<version>5.0.8</version>
2523
</parent>
2624

2725
<artifactId>test</artifactId>

0 commit comments

Comments
 (0)