Skip to content

Commit 0562636

Browse files
committed
chore(release): 发布 4.3.1 和 3.18.1 版本
- 更新 pom.xml 中主版本号为 4.3.1 - 更新 README.md 中 4.x 分支最新版本号为 4.3.1 - 更新 README.md 中 3.x 分支最新版本号为 3.18.1 - 更新 README_zh.md 中对应中文版本号信息 - 确保 Maven 依赖配置中的版本号与发布版本同步
1 parent e70eb4f commit 0562636

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,22 +231,22 @@ Currently, the utility methods in Ready-X may not be complete, and are only driv
231231
Starting from 4.x, this project intends to adopt "Conventional Commits 1.0.0" to standardize code commits. For details, see: [https://www.conventionalcommits.org/en/v1.0.0/](https://www.conventionalcommits.org/en/v1.0.0/).
232232

233233
## Usage
234-
This utility library has been published to the Maven Central Repository. The current latest version is: **4.3.0**. You can include this library through the following Maven dependency configuration:
234+
This utility library has been published to the Maven Central Repository. The current latest version is: **4.3.1**. You can include this library through the following Maven dependency configuration:
235235

236236
```xml
237237
<dependency>
238238
<groupId>me.codeplayer</groupId>
239239
<artifactId>ready-x</artifactId>
240-
<version>4.3.0</version>
240+
<version>4.3.1</version>
241241
</dependency>
242242
```
243243

244-
The latest version of the **3.x** branch is **3.18.0**. You can include this library through the following Maven dependency configuration:
244+
The latest version of the **3.x** branch is **3.18.1**. You can include this library through the following Maven dependency configuration:
245245

246246
```xml
247247
<dependency>
248248
<groupId>me.codeplayer</groupId>
249249
<artifactId>ready-x</artifactId>
250-
<version>3.18.0</version>
250+
<version>3.18.1</version>
251251
</dependency>
252252
```

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,22 +231,22 @@ public User findFirstVIP2(List<User> userList) {
231231
本项目自 4.x 起拟采用 《约定式提交 1.0.0》来规范代码提交,详情参见:[https://www.conventionalcommits.org/zh-hans/v1.0.0/](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
232232

233233
## 使用
234-
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.3.0** ,你可以通过如下 Maven 依赖配置引入本库:
234+
本工具类库已发布至 Maven 中央仓库,当前最新版本为:**4.3.1** ,你可以通过如下 Maven 依赖配置引入本库:
235235

236236
```xml
237237
<dependency>
238238
<groupId>me.codeplayer</groupId>
239239
<artifactId>ready-x</artifactId>
240-
<version>4.3.0</version>
240+
<version>4.3.1</version>
241241
</dependency>
242242
```
243243

244-
**3.x** 分支最新版本为 **3.18.0** ,你可以通过如下 Maven 依赖配置引入本库:
244+
**3.x** 分支最新版本为 **3.18.1** ,你可以通过如下 Maven 依赖配置引入本库:
245245

246246
```xml
247247
<dependency>
248248
<groupId>me.codeplayer</groupId>
249249
<artifactId>ready-x</artifactId>
250-
<version>3.18.0</version>
250+
<version>3.18.1</version>
251251
</dependency>
252252
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.codeplayer</groupId>
66
<artifactId>ready-x</artifactId>
7-
<version>4.3.0</version>
7+
<version>4.3.1</version>
88
<packaging>jar</packaging>
99

1010
<name>ready-x</name>

0 commit comments

Comments
 (0)