Skip to content

Commit 76e3679

Browse files
committed
[maven-release-plugin] prepare release rocketmq-all-4.3.0
1 parent 9623f3c commit 76e3679

File tree

16 files changed

+21
-24
lines changed

16 files changed

+21
-24
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.3.0-SNAPSHOT</version>
22+
<version>4.3.0</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.3.0-SNAPSHOT</version>
22+
<version>4.3.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>4.3.0-SNAPSHOT</version>
22+
<version>4.3.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

distribution/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
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
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.rocketmq</groupId>
2322
<artifactId>rocketmq-all</artifactId>
24-
<version>4.3.0-SNAPSHOT</version>
23+
<version>4.3.0</version>
2524
</parent>
2625
<artifactId>rocketmq-distribution</artifactId>
2726
<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.3.0-SNAPSHOT</version>
22+
<version>4.3.0</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.3.0-SNAPSHOT</version>
54+
<version>4.3.0</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.3.0-SNAPSHOT</version>
23+
<version>4.3.0</version>
2424
</parent>
2525

2626
<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.3.0-SNAPSHOT</version>
22+
<version>4.3.0</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<artifactId>rocketmq-logappender</artifactId>

logging/pom.xml

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

18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
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">
2119
<parent>
2220
<groupId>org.apache.rocketmq</groupId>
2321
<artifactId>rocketmq-all</artifactId>
24-
<version>4.3.0-SNAPSHOT</version>
22+
<version>4.3.0</version>
2523
</parent>
2624

2725
<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>4.3.0-SNAPSHOT</version>
22+
<version>4.3.0</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.3.0-SNAPSHOT</version>
23+
<version>4.3.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)