File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -229,22 +229,22 @@ public User findFirstVIP2(List<User> userList) {
229229本项目自 4.x 起拟采用 《约定式提交 1.0.0》来规范代码提交,详情参见:[ https://www.conventionalcommits.org/zh-hans/v1.0.0/ ] ( https://www.conventionalcommits.org/zh-hans/v1.0.0/ ) 。
230230
231231## 使用
232- 本工具类库已发布至 Maven 中央仓库,当前最新版本为:** 4.1 .0** ,你可以通过如下 Maven 依赖配置引入本库:
232+ 本工具类库已发布至 Maven 中央仓库,当前最新版本为:** 4.2 .0** ,你可以通过如下 Maven 依赖配置引入本库:
233233
234234``` xml
235235<dependency >
236236 <groupId >me.codeplayer</groupId >
237237 <artifactId >ready-x</artifactId >
238- <version >4.1 .0</version >
238+ <version >4.2 .0</version >
239239</dependency >
240240```
241241
242- ** 3.x** 分支最新版本为 ** 3.16 .0** ,你可以通过如下 Maven 依赖配置引入本库:
242+ ** 3.x** 分支最新版本为 ** 3.17 .0** ,你可以通过如下 Maven 依赖配置引入本库:
243243
244244``` xml
245245<dependency >
246246 <groupId >me.codeplayer</groupId >
247247 <artifactId >ready-x</artifactId >
248- <version >3.16 .0</version >
248+ <version >3.17 .0</version >
249249</dependency >
250250```
Original file line number Diff line number Diff line change 44
55 <groupId >me.codeplayer</groupId >
66 <artifactId >ready-x</artifactId >
7- <version >4.1 .0</version >
7+ <version >4.2 .0</version >
88 <packaging >jar</packaging >
99
1010 <name >ready-x</name >
You can’t perform that action at this time.
0 commit comments