Skip to content

Commit 051ba27

Browse files
H145608H145608
andauthored
[DOCS] Update Chinese docs dependency version from 4.3.0/4.9.1 to 5.5.0 (#10358)
- docs/cn/Example_Simple_cn.md: update version tag and Gradle dependency 4.3.0 -> 5.5.0 - docs/cn/RocketMQ_Example.md: update Maven version tag 4.9.1 -> 5.5.0 and Gradle dependency 4.3.0 -> 5.5.0 - Align with the English version (docs/en/Example_Simple.md) which was already updated to 5.5.0 Co-authored-by: H145608 <1404499274@qq.com>
1 parent 9e2d877 commit 051ba27

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/cn/Example_Simple_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ maven:
99
<dependency>
1010
<groupId>org.apache.rocketmq</groupId>
1111
<artifactId>rocketmq-client</artifactId>
12-
<version>4.3.0</version>
12+
<version>5.5.0</version>
1313
</dependency>
1414
```
1515
gradle:
1616
``` java
17-
compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
17+
compile 'org.apache.rocketmq:rocketmq-client:5.5.0'
1818
```
1919
### 2 发送消息
2020
##### 2.1 使用Producer发送同步消息

docs/cn/RocketMQ_Example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>org.apache.rocketmq</groupId>
5656
<artifactId>rocketmq-client</artifactId>
57-
<version>4.9.1</version>
57+
<version>5.5.0</version>
5858
</dependency>
5959
```
6060
`gradle`
6161
```
62-
compile 'org.apache.rocketmq:rocketmq-client:4.3.0'
62+
compile 'org.apache.rocketmq:rocketmq-client:5.5.0'
6363
```
6464
### 1.2 消息发送
6565

0 commit comments

Comments
 (0)