diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c5499c4..7ddad98ef 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ------------------------------------------------------------------------------------------------------------- -# 6.0.0-M12 (2024-02-10) +# 6.0.0-M13 (2024-04-22) ### 计划实现 * 【poi 】 Markdown相关(如HTML转换等),基于commonmark-java diff --git a/README-EN.md b/README-EN.md index 7f8e42830..8d352e1fc 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-M12 + 6.0.0-M13 ``` ### 🍐Gradle ``` -implementation 'org.dromara.hutool:hutool-all:6.0.0-M12' +implementation 'org.dromara.hutool:hutool-all:6.0.0-M13' ``` ## 📥Download -- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M12/) +- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/6.0.0-M13/) > 🔔️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 194854c01..ce70f9073 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-M12 + 6.0.0-M13 ``` ### 🍐Gradle ``` -implementation 'org.dromara.hutool:hutool-all:6.0.0-M12' +implementation 'org.dromara.hutool:hutool-all:6.0.0-M13' ``` ### 📥下载jar 点击以下链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M12/) +- [Maven中央库](https://repo1.maven.org/maven2/org/dromara/hutool/hutool-all/6.0.0-M13/) > 🔔️注意 > Hutool 6.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index 4a400cc45..a2b50d15f 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -6.0.0-M12 +6.0.0-M13 diff --git a/docs/js/version.js b/docs/js/version.js index 89019d73c..b1bcd832a 100755 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = '6.0.0-M12' \ No newline at end of file +var version = '6.0.0-M13' \ No newline at end of file diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index b843b9f28..6017f1ec3 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-all diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index 4391bd17b..ad8ec03a4 100755 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-bom diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 5e710ad4a..df17c2331 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 696f256a6..62539775e 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index 3cd16f40c..839f9aaab 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 779d61477..6b5e9eef3 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-db diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 6c211cc3b..5be7e0c81 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 4ac420d53..28c80057a 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index 883abbe88..aa0bea612 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-json diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 38229e806..4fbab2255 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index e93089bf1..9f9f4c26f 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-poi diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 4b57910b3..7d99d31d2 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index a58d9452e..7a7756852 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-socket diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml index 0d2f921d7..90086f112 100755 --- a/hutool-swing/pom.xml +++ b/hutool-swing/pom.xml @@ -21,7 +21,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool-swing diff --git a/pom.xml b/pom.xml index 497e6f9bb..9d6ed4d6e 100755 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ org.dromara.hutool hutool-parent - 6.0.0-M12 + 6.0.0-M13 hutool Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。