Skip to content

Commit f3e113c

Browse files
hillhill
authored andcommitted
[maven-release-plugin] prepare release rocketmq-all-5.0.0
1 parent a174e0b commit f3e113c

File tree

19 files changed

+24
-27
lines changed

19 files changed

+24
-27
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.0.0-SNAPSHOT</version>
16+
<version>5.0.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.0.0-SNAPSHOT</version>
16+
<version>5.0.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.0.0-SNAPSHOT</version>
22+
<version>5.0.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.0.0-SNAPSHOT</version>
22+
<version>5.0.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

container/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@
1414
See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
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">
1918
<parent>
2019
<groupId>org.apache.rocketmq</groupId>
2120
<artifactId>rocketmq-all</artifactId>
22-
<version>5.0.0-SNAPSHOT</version>
21+
<version>5.0.0</version>
2322
</parent>
2423

2524
<modelVersion>4.0.0</modelVersion>

controller/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.0.0-SNAPSHOT</version>
22+
<version>5.0.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<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.0.0-SNAPSHOT</version>
23+
<version>5.0.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.0.0-SNAPSHOT</version>
22+
<version>5.0.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.0.0-SNAPSHOT</version>
23+
<version>5.0.0</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

logging/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.0.0-SNAPSHOT</version>
22+
<version>5.0.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)