Skip to content

Commit 7fbcc85

Browse files
committed
[maven-release-plugin] prepare release rocketmq-spring-all-2.2.1
1 parent 327ef13 commit 7fbcc85

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
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.1-SNAPSHOT</version>
30+
<version>2.2.1</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.2.1</tag>
4343
</scm>
4444

4545
<mailingLists>

rocketmq-spring-boot-parent/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@
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 http://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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221

2322
<parent>
2423
<groupId>org.apache.rocketmq</groupId>
2524
<artifactId>rocketmq-spring-all</artifactId>
26-
<version>2.2.1-SNAPSHOT</version>
25+
<version>2.2.1</version>
2726
<relativePath>../pom.xml</relativePath>
2827
</parent>
2928

@@ -39,7 +38,7 @@
3938
<spring.boot.version>2.0.5.RELEASE</spring.boot.version>
4039
<spring.version>5.1.0.RELEASE</spring.version>
4140

42-
<rocketmq.spring.boot.version>2.2.1-SNAPSHOT</rocketmq.spring.boot.version>
41+
<rocketmq.spring.boot.version>2.2.1</rocketmq.spring.boot.version>
4342

4443
<rocketmq.version>4.9.1</rocketmq.version>
4544
<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.1-SNAPSHOT</version>
25+
<version>2.2.1</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.1-SNAPSHOT</version>
25+
<version>2.2.1</version>
2626
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)