This is an automated email from the ASF dual-hosted git repository. jinrongtong pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-spring.git
The following commit(s) were added to refs/heads/master by this push: new 8b4a541 [maven-release-plugin] prepare release rocketmq-spring-all-2.3.0 8b4a541 is described below commit 8b4a5417e86d1f22e60ac62d37c60104172be423 Author: RongtongJin <jinrongton...@mails.ucas.ac.cn> AuthorDate: Mon Feb 19 14:12:20 2024 +0800 [maven-release-plugin] prepare release rocketmq-spring-all-2.3.0 --- pom.xml | 4 ++-- rocketmq-spring-boot-parent/pom.xml | 6 +++--- rocketmq-spring-boot-starter/pom.xml | 2 +- rocketmq-spring-boot/pom.xml | 2 +- rocketmq-v5-client-spring-boot-parent/pom.xml | 9 ++++----- rocketmq-v5-client-spring-boot-starter/pom.xml | 7 +++---- rocketmq-v5-client-spring-boot/pom.xml | 5 ++--- 7 files changed, 16 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 43e278f..a4b5299 100644 --- a/pom.xml +++ b/pom.xml @@ -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> @@ -39,7 +39,7 @@ <url>g...@github.com:apache/rocketmq-spring.git</url> <connection>scm:git:g...@github.com:apache/rocketmq-spring.git</connection> <developerConnection>scm:git:g...@github.com:apache/rocketmq-spring.git</developerConnection> - <tag>HEAD</tag> + <tag>rocketmq-spring-all-2.3.0</tag> </scm> <mailingLists> diff --git a/rocketmq-spring-boot-parent/pom.xml b/rocketmq-spring-boot-parent/pom.xml index f4eb8a2..37d4675 100644 --- a/rocketmq-spring-boot-parent/pom.xml +++ b/rocketmq-spring-boot-parent/pom.xml @@ -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> @@ -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> diff --git a/rocketmq-spring-boot-starter/pom.xml b/rocketmq-spring-boot-starter/pom.xml index 87540e0..3534517 100644 --- a/rocketmq-spring-boot-starter/pom.xml +++ b/rocketmq-spring-boot-starter/pom.xml @@ -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> diff --git a/rocketmq-spring-boot/pom.xml b/rocketmq-spring-boot/pom.xml index c1764f0..cd03983 100644 --- a/rocketmq-spring-boot/pom.xml +++ b/rocketmq-spring-boot/pom.xml @@ -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> diff --git a/rocketmq-v5-client-spring-boot-parent/pom.xml b/rocketmq-v5-client-spring-boot-parent/pom.xml index 309f01f..00080e9 100644 --- a/rocketmq-v5-client-spring-boot-parent/pom.xml +++ b/rocketmq-v5-client-spring-boot-parent/pom.xml @@ -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> @@ -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> diff --git a/rocketmq-v5-client-spring-boot-starter/pom.xml b/rocketmq-v5-client-spring-boot-starter/pom.xml index a8d638b..027c6b5 100644 --- a/rocketmq-v5-client-spring-boot-starter/pom.xml +++ b/rocketmq-v5-client-spring-boot-starter/pom.xml @@ -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> diff --git a/rocketmq-v5-client-spring-boot/pom.xml b/rocketmq-v5-client-spring-boot/pom.xml index 960189a..a228094 100644 --- a/rocketmq-v5-client-spring-boot/pom.xml +++ b/rocketmq-v5-client-spring-boot/pom.xml @@ -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>