Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-spring-all-2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Apr 5, 2022
1 parent 8dabe27 commit 1d586a1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<packaging>pom</packaging>

<name>Apache RocketMQ Spring Boot ${project.version}</name>
Expand All @@ -39,7 +39,7 @@
<url>[email protected]:apache/rocketmq-spring.git</url>
<connection>scm:git:[email protected]:apache/rocketmq-spring.git</connection>
<developerConnection>scm:git:[email protected]:apache/rocketmq-spring.git</developerConnection>
<tag>HEAD</tag>
<tag>rocketmq-spring-all-2.2.2</tag>
</scm>

<mailingLists>
Expand Down
4 changes: 2 additions & 2 deletions rocketmq-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -38,7 +38,7 @@
<spring.boot.version>2.5.9</spring.boot.version>
<spring.version>5.3.18</spring.version>

<rocketmq.spring.boot.version>2.2.2-SNAPSHOT</rocketmq.spring.boot.version>
<rocketmq.spring.boot.version>2.2.2</rocketmq.spring.boot.version>

<rocketmq.version>4.9.3</rocketmq.version>
<slf4j.version>1.7.25</slf4j.version>
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion rocketmq-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.2.2-SNAPSHOT</version>
<version>2.2.2</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 1d586a1

Please sign in to comment.