From 93dc246411c2e15958a0910469e6656022480c73 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 8 Oct 2024 07:39:30 +0800 Subject: [PATCH] prepare M18 --- README-EN.md | 6 +++--- README.md | 6 +++--- bin/version.txt | 2 +- docs/js/version.js | 2 +- hutool-all/pom.xml | 2 +- hutool-bom/pom.xml | 2 +- hutool-core/pom.xml | 2 +- hutool-cron/pom.xml | 2 +- hutool-crypto/pom.xml | 2 +- hutool-db/pom.xml | 2 +- hutool-extra/pom.xml | 2 +- hutool-http/pom.xml | 2 +- hutool-jmh/pom.xml | 2 +- hutool-json/pom.xml | 2 +- hutool-log/pom.xml | 2 +- hutool-poi/pom.xml | 2 +- hutool-setting/pom.xml | 2 +- hutool-socket/pom.xml | 2 +- hutool-swing/pom.xml | 2 +- pom.xml | 2 +- 20 files changed, 24 insertions(+), 24 deletions(-) diff --git a/README-EN.md b/README-EN.md index 1335c3ebb..f02a969d4 100755 --- a/README-EN.md +++ b/README-EN.md @@ -144,18 +144,18 @@ We provide the T-Shirt and Sweater with Hutool Logo, please visit the shop: org.dromara.hutool hutool-all - 6.0.0-M17 + 6.0.0-M18 ``` ### 🍐Gradle ``` -implementation 'org.dromara.hutool:hutool-all:6.0.0-M17' +implementation 'org.dromara.hutool:hutool-all:6.0.0-M18' ``` ## 📥Download -- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M17/) +- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M18/) > 🔔️note: > Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available. diff --git a/README.md b/README.md index c4ad97c87..e48dfad89 100755 --- a/README.md +++ b/README.md @@ -147,21 +147,21 @@ Hutool目前主要版本4.x、5.x、6.x,选择如下: org.dromara.hutool hutool-all - 6.0.0-M17 + 6.0.0-M18 ``` ### 🍐Gradle ``` -implementation 'org.dromara.hutool:hutool-all:6.0.0-M17' +implementation 'org.dromara.hutool:hutool-all:6.0.0-M18' ``` ### 📥下载jar 点击以下链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M17/) +- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M18/) > 🔔️注意 > Hutool 6.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index 6d84d9460..f9b9bddd4 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -6.0.0-M17 +6.0.0-M18 diff --git a/docs/js/version.js b/docs/js/version.js index 9bd1f5ee3..4be403c6b 100755 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = '6.0.0-M17' \ No newline at end of file +var version = '6.0.0-M18' \ No newline at end of file diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 1f2154a5a..64567d121 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-all diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index 20a7c1755..1bac679bb 100755 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-bom diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 305495495..71afc27f5 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 6f8a95756..73905268d 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index 8f857af1a..310efd7c7 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 45cc67093..1974ff309 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-db diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 46ade90cc..a445bc0c4 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 5c0f43306..1ce2fb356 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-http diff --git a/hutool-jmh/pom.xml b/hutool-jmh/pom.xml index 7cc25932c..7fd3ee667 100644 --- a/hutool-jmh/pom.xml +++ b/hutool-jmh/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-jmh diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index edaf54e3e..a802a5ab6 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-json diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 461bc168f..b29577bcc 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 8e29f9385..8cf5a2f60 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-poi diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 493dab9f5..c300eb084 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index da4c65413..ad3f3eed3 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-socket diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml index bd93e2c0a..575ef01af 100755 --- a/hutool-swing/pom.xml +++ b/hutool-swing/pom.xml @@ -25,7 +25,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool-swing diff --git a/pom.xml b/pom.xml index 3e9922267..bc354c3f8 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M17 + 6.0.0-M18 hutool Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。