diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f6eabe02..f42a09757 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,10 @@ ------------------------------------------------------------------------------------------------------------- -# 7.0.0-M1 (2025-05-07) +# 7.0.0-M2 (2025-10-14) ### ❌不兼容特性 ### 🐣新特性 -### 🐞Bug修复 -* 【http】 修复`HttpClient5Response`无响应体导致的空指针问题(issue#3930@Github) \ No newline at end of file +### 🐞Bug修复 \ No newline at end of file diff --git a/README-EN.md b/README-EN.md index 414043442..a8535ddd1 100644 --- a/README-EN.md +++ b/README-EN.md @@ -128,18 +128,18 @@ Each module can be introduced individually, or all modules can be introduced by cn.hutool.v7 hutool-all - prepareM3 + 7.0.0-M3 ``` ### 🍐Gradle ``` -implementation 'cn.hutool.v7:hutool-all:prepareM3' +implementation 'cn.hutool.v7:hutool-all:7.0.0-M3' ``` ## 📥Download -- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/prepareM3/) +- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M3/) > 🔔️note: > Hutool 7.x supports JDK17 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 2e45462a2..47672eed5 100644 --- a/README.md +++ b/README.md @@ -131,21 +131,21 @@ Hutool目前主要版本4.x、5.x、6.x、7.x,选择如下: cn.hutool.v7 hutool-all - prepareM3 + 7.0.0-M3 ``` ### 🍐Gradle ``` -implementation 'cn.hutool.v7:hutool-all:prepareM3' +implementation 'cn.hutool.v7:hutool-all:7.0.0-M3' ``` ### 📥下载jar 点击以下链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/prepareM3/) +- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M3/) > 🔔️注意 > Hutool 7.x支持JDK17,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index a96a9d830..0e56cd550 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -prepareM3 +7.0.0-M3 diff --git a/docs/js/version.js b/docs/js/version.js index 23b408aa7..ca12865f3 100755 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = 'prepareM3' +var version = '7.0.0-M3' diff --git a/hutool-ai/pom.xml b/hutool-ai/pom.xml index 7e82d8f58..e85e83564 100644 --- a/hutool-ai/pom.xml +++ b/hutool-ai/pom.xml @@ -9,7 +9,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-ai diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 043f67c07..63128f449 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-all diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index afee500a4..e5b07a83b 100755 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-bom diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 93a4c2116..bf25d94ce 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index cffc25ed7..72cd2e19f 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index cd1342f45..40d36aba6 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index b84c9d196..3d4552ad0 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-db diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 3d99d4f7f..1e4a8dfb1 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 3875ff1bc..b8389cc1b 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index 5a0c8e51e..915594df7 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-json diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 06ec82d74..efa3bc919 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 6db54e8d5..4b7a2cfc7 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-poi diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 6f56e28b9..ef1dd8210 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index 2b61c18ef..d158bd6ee 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-socket diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml index fa7261893..c31534863 100755 --- a/hutool-swing/pom.xml +++ b/hutool-swing/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool-swing diff --git a/pom.xml b/pom.xml index 877a47a46..3a117e3f6 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ cn.hutool.v7 hutool-parent - prepareM3 + 7.0.0-M3 hutool Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。