|
16 | 16 | ~ limitations under the License. |
17 | 17 | --> |
18 | 18 |
|
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"> |
21 | 20 | <modelVersion>4.0.0</modelVersion> |
22 | 21 | <parent> |
23 | 22 | <groupId>org.apache.rocketmq</groupId> |
24 | 23 | <artifactId>rocketmq-spring-all</artifactId> |
25 | | - <version>2.2.4-SNAPSHOT</version> |
| 24 | + <version>2.3.0</version> |
26 | 25 | <relativePath>../pom.xml</relativePath> |
27 | 26 | </parent> |
28 | 27 |
|
29 | 28 | <artifactId>rocketmq-v5-client-spring-boot-parent</artifactId> |
30 | 29 | <packaging>pom</packaging> |
31 | | - <version>2.2.4-SNAPSHOT</version> |
| 30 | + <version>2.3.0</version> |
32 | 31 |
|
33 | 32 | <name>rocketmq-v5-client-spring-boot-parent</name> |
34 | 33 | <description>rocketmq-v5-client-spring-boot-parent</description> |
|
37 | 36 | <project.rootdir>${project.basedir}/..</project.rootdir> |
38 | 37 | <spring.version>5.3.27</spring.version> |
39 | 38 | <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> |
41 | 40 | <rocketmq.version>5.1.0</rocketmq.version> |
42 | 41 | <slf4j.version>1.7.25</slf4j.version> |
43 | 42 | <jackson.version>2.16.1</jackson.version> |
|
0 commit comments