Skip to content

Commit 8b4a541

Browse files
committed
[maven-release-plugin] prepare release rocketmq-spring-all-2.3.0
1 parent a918020 commit 8b4a541

File tree

7 files changed

+16
-19
lines changed

7 files changed

+16
-19
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.rocketmq</groupId>
2929
<artifactId>rocketmq-spring-all</artifactId>
30-
<version>2.2.4-SNAPSHOT</version>
30+
<version>2.3.0</version>
3131
<packaging>pom</packaging>
3232

3333
<name>Apache RocketMQ Spring Boot ${project.version}</name>
@@ -39,7 +39,7 @@
3939
<url>[email protected]:apache/rocketmq-spring.git</url>
4040
<connection>scm:git:[email protected]:apache/rocketmq-spring.git</connection>
4141
<developerConnection>scm:git:[email protected]:apache/rocketmq-spring.git</developerConnection>
42-
<tag>HEAD</tag>
42+
<tag>rocketmq-spring-all-2.3.0</tag>
4343
</scm>
4444

4545
<mailingLists>

rocketmq-spring-boot-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-all</artifactId>
25-
<version>2.2.4-SNAPSHOT</version>
25+
<version>2.3.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>rocketmq-spring-boot-parent</artifactId>
30-
<version>2.2.4-SNAPSHOT</version>
30+
<version>2.3.0</version>
3131
<packaging>pom</packaging>
3232

3333
<name>RocketMQ Spring Boot Parent</name>
@@ -40,7 +40,7 @@
4040
<spring.boot.version>2.7.18</spring.boot.version>
4141
<spring.version>5.3.27</spring.version>
4242

43-
<rocketmq.spring.boot.version>2.2.4-SNAPSHOT</rocketmq.spring.boot.version>
43+
<rocketmq.spring.boot.version>2.3.0</rocketmq.spring.boot.version>
4444

4545
<rocketmq.version>5.2.0</rocketmq.version>
4646
<slf4j.version>1.7.25</slf4j.version>

rocketmq-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-boot-parent</artifactId>
25-
<version>2.2.4-SNAPSHOT</version>
25+
<version>2.3.0</version>
2626
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
2727
</parent>
2828

rocketmq-spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.rocketmq</groupId>
2424
<artifactId>rocketmq-spring-boot-parent</artifactId>
25-
<version>2.2.4-SNAPSHOT</version>
25+
<version>2.3.0</version>
2626
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
2727
</parent>
2828

rocketmq-v5-client-spring-boot-parent/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.rocketmq</groupId>
2423
<artifactId>rocketmq-spring-all</artifactId>
25-
<version>2.2.4-SNAPSHOT</version>
24+
<version>2.3.0</version>
2625
<relativePath>../pom.xml</relativePath>
2726
</parent>
2827

2928
<artifactId>rocketmq-v5-client-spring-boot-parent</artifactId>
3029
<packaging>pom</packaging>
31-
<version>2.2.4-SNAPSHOT</version>
30+
<version>2.3.0</version>
3231

3332
<name>rocketmq-v5-client-spring-boot-parent</name>
3433
<description>rocketmq-v5-client-spring-boot-parent</description>
@@ -37,7 +36,7 @@
3736
<project.rootdir>${project.basedir}/..</project.rootdir>
3837
<spring.version>5.3.27</spring.version>
3938
<spring.boot.version>2.7.18</spring.boot.version>
40-
<rocketmq.client.spring.boot.version>2.2.4-SNAPSHOT</rocketmq.client.spring.boot.version>
39+
<rocketmq.client.spring.boot.version>2.3.0</rocketmq.client.spring.boot.version>
4140
<rocketmq.version>5.1.0</rocketmq.version>
4241
<slf4j.version>1.7.25</slf4j.version>
4342
<jackson.version>2.16.1</jackson.version>

rocketmq-v5-client-spring-boot-starter/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,18 @@
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 https://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 https://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-v5-client-spring-boot-parent</artifactId>
24-
<version>2.2.4-SNAPSHOT</version>
23+
<version>2.3.0</version>
2524
<relativePath>../rocketmq-v5-client-spring-boot-parent/pom.xml</relativePath>
2625
</parent>
2726

2827
<artifactId>rocketmq-v5-client-spring-boot-starter</artifactId>
2928
<packaging>jar</packaging>
30-
<version>2.2.4-SNAPSHOT</version>
29+
<version>2.3.0</version>
3130

3231
<name>rocketmq-v5-client-spring-boot-starter</name>
3332
<description>rocketmq-v5-client-spring-boot-starter</description>

rocketmq-v5-client-spring-boot/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 https://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 https://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-v5-client-spring-boot-parent</artifactId>
24-
<version>2.2.4-SNAPSHOT</version>
23+
<version>2.3.0</version>
2524
<relativePath>../rocketmq-v5-client-spring-boot-parent/pom.xml</relativePath>
2625
</parent>
2726

0 commit comments

Comments
 (0)