Skip to content

Commit 281a7b3

Browse files
authored
[maven-release-plugin] prepare release rocketmq-all-5.2.0 (#7827)
1 parent 3acc262 commit 281a7b3

File tree

19 files changed

+21
-22
lines changed

19 files changed

+21
-22
lines changed

acl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.apache.rocketmq</groupId>
1515
<artifactId>rocketmq-all</artifactId>
16-
<version>5.1.5-SNAPSHOT</version>
16+
<version>5.2.0</version>
1717
</parent>
1818
<artifactId>rocketmq-acl</artifactId>
1919
<name>rocketmq-acl ${project.version}</name>

broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.apache.rocketmq</groupId>
1515
<artifactId>rocketmq-all</artifactId>
16-
<version>5.1.5-SNAPSHOT</version>
16+
<version>5.2.0</version>
1717
</parent>
1818

1919
<modelVersion>4.0.0</modelVersion>

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.5-SNAPSHOT</version>
22+
<version>5.2.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.5-SNAPSHOT</version>
22+
<version>5.2.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

container/pom.xml

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

2424
<modelVersion>4.0.0</modelVersion>

controller/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@
1515
limitations under the License.
1616
-->
1717

18-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
18+
<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">
2019
<parent>
2120
<artifactId>rocketmq-all</artifactId>
2221
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.5-SNAPSHOT</version>
22+
<version>5.2.0</version>
2423
</parent>
2524
<modelVersion>4.0.0</modelVersion>
2625
<packaging>jar</packaging>

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.rocketmq</groupId>
2222
<artifactId>rocketmq-all</artifactId>
23-
<version>5.1.5-SNAPSHOT</version>
23+
<version>5.2.0</version>
2424
</parent>
2525
<artifactId>rocketmq-distribution</artifactId>
2626
<name>rocketmq-distribution ${project.version}</name>

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>rocketmq-all</artifactId>
2121
<groupId>org.apache.rocketmq</groupId>
22-
<version>5.1.5-SNAPSHOT</version>
22+
<version>5.2.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>rocketmq-all</artifactId>
2222
<groupId>org.apache.rocketmq</groupId>
23-
<version>5.1.5-SNAPSHOT</version>
23+
<version>5.2.0</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

namesrv/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.rocketmq</groupId>
2121
<artifactId>rocketmq-all</artifactId>
22-
<version>5.1.5-SNAPSHOT</version>
22+
<version>5.2.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)