Skip to content

Commit

Permalink
[maven-release-plugin] prepare release rocketmq-spring-all-2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Feb 19, 2024
1 parent a918020 commit 8b4a541
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 19 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.4-SNAPSHOT</version>
<version>2.3.0</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.3.0</tag>
</scm>

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

<artifactId>rocketmq-spring-boot-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>

<name>RocketMQ Spring Boot Parent</name>
Expand All @@ -40,7 +40,7 @@
<spring.boot.version>2.7.18</spring.boot.version>
<spring.version>5.3.27</spring.version>

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

<rocketmq.version>5.2.0</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.4-SNAPSHOT</version>
<version>2.3.0</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.4-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../rocketmq-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down
9 changes: 4 additions & 5 deletions rocketmq-v5-client-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,18 @@
~ limitations under the License.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-spring-all</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>rocketmq-v5-client-spring-boot-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>

<name>rocketmq-v5-client-spring-boot-parent</name>
<description>rocketmq-v5-client-spring-boot-parent</description>
Expand All @@ -37,7 +36,7 @@
<project.rootdir>${project.basedir}/..</project.rootdir>
<spring.version>5.3.27</spring.version>
<spring.boot.version>2.7.18</spring.boot.version>
<rocketmq.client.spring.boot.version>2.2.4-SNAPSHOT</rocketmq.client.spring.boot.version>
<rocketmq.client.spring.boot.version>2.3.0</rocketmq.client.spring.boot.version>
<rocketmq.version>5.1.0</rocketmq.version>
<slf4j.version>1.7.25</slf4j.version>
<jackson.version>2.16.1</jackson.version>
Expand Down
7 changes: 3 additions & 4 deletions rocketmq-v5-client-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../rocketmq-v5-client-spring-boot-parent/pom.xml</relativePath>
</parent>

<artifactId>rocketmq-v5-client-spring-boot-starter</artifactId>
<packaging>jar</packaging>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>

<name>rocketmq-v5-client-spring-boot-starter</name>
<description>rocketmq-v5-client-spring-boot-starter</description>
Expand Down
5 changes: 2 additions & 3 deletions rocketmq-v5-client-spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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">
<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-v5-client-spring-boot-parent</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0</version>
<relativePath>../rocketmq-v5-client-spring-boot-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 8b4a541

Please sign in to comment.