Skip to content

Commit 18fd7e4

Browse files
committed
[ROCKETMQ-302] TLP clean up, changes version to 4.2.0-SNAPSHOT
1 parent c3c4e7b commit 18fd7e4

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
lines changed

broker/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

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>4.2.0-incubating-SNAPSHOT</version>
23+
<version>4.2.0-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>rocketmq-distribution</artifactId>
2626
<name>rocketmq-distribution ${project.version}</name>

example/pom.xml

Lines changed: 2 additions & 2 deletions
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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.rocketmq</groupId>
5353
<artifactId>rocketmq-openmessaging</artifactId>
54-
<version>4.2.0-incubating-SNAPSHOT</version>
54+
<version>4.2.0-SNAPSHOT</version>
5555
</dependency>
5656
</dependencies>
5757
</project>

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>4.2.0-incubating-SNAPSHOT</version>
23+
<version>4.2.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

filtersrv/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

logappender/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>rocketmq-logappender</artifactId>

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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

openmessaging/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>4.2.0-incubating-SNAPSHOT</version>
23+
<version>4.2.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<inceptionYear>2012</inceptionYear>
3030
<groupId>org.apache.rocketmq</groupId>
3131
<artifactId>rocketmq-all</artifactId>
32-
<version>4.2.0-incubating-SNAPSHOT</version>
32+
<version>4.2.0-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434
<name>Apache RocketMQ ${project.version}</name>
3535
<url>http://rocketmq.apache.org/</url>

remoting/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

srvutil/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

store/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

test/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>4.2.0-incubating-SNAPSHOT</version>
23+
<version>4.2.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>

tools/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>4.2.0-incubating-SNAPSHOT</version>
22+
<version>4.2.0-SNAPSHOT</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)