From 0978d2ce1bee9943baea57e0a417d96342ca9918 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 22 Jul 2025 12:30:26 +0800 Subject: [PATCH] prepare M2 --- README-EN.md | 6 +++--- README.md | 6 +++--- bin/version.txt | 2 +- docs/js/version.js | 2 +- hutool-ai/pom.xml | 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-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 47319f081..070af4a21 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 - 7.0.0-M1 + 7.0.0-M2 ``` ### 🍐Gradle ``` -implementation 'cn.hutool.v7:hutool-all:7.0.0-M1' +implementation 'cn.hutool.v7:hutool-all:7.0.0-M2' ``` ## 📥Download -- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M1/) +- [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M2/) > 🔔️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 19956c52b..1184a9642 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 - 7.0.0-M1 + 7.0.0-M2 ``` ### 🍐Gradle ``` -implementation 'cn.hutool.v7:hutool-all:7.0.0-M1' +implementation 'cn.hutool.v7:hutool-all:7.0.0-M2' ``` ### 📥下载jar 点击以下链接,下载`hutool-all-X.X.X.jar`即可: -- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M1/) +- [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/v7/hutool-all/7.0.0-M2/) > 🔔️注意 > Hutool 7.x支持JDK17,对Android平台没有测试,不能保证所有工具类或工具方法可用。 diff --git a/bin/version.txt b/bin/version.txt index ad467e652..c4d71dd86 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -7.0.0-M1 +7.0.0-M2 diff --git a/docs/js/version.js b/docs/js/version.js index 42823ef6f..056782d84 100755 --- a/docs/js/version.js +++ b/docs/js/version.js @@ -1 +1 @@ -var version = '7.0.0-M1' +var version = '7.0.0-M2' diff --git a/hutool-ai/pom.xml b/hutool-ai/pom.xml index 7f326b1e5..14dcc363a 100644 --- a/hutool-ai/pom.xml +++ b/hutool-ai/pom.xml @@ -9,7 +9,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-ai diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index eaddc7f97..ff2f9bd23 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-all diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml index aa0454439..3340c174f 100755 --- a/hutool-bom/pom.xml +++ b/hutool-bom/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-bom diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 45ea71723..746e143a4 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-core diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 7a1cacdbc..7cfe20b6f 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-cron diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index d4f7fd2ec..580b13d88 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-crypto diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 23b7f4989..f42da2513 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-db diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 1f1edd47b..ef06d6def 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-extra diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 7f0aa9152..da9e163d4 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-http diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index 3e3569bfd..b82151970 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-json diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index 9b20f23ea..d01002864 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-log diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 640a79cd0..4eceee74f 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-poi diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index 810dfd64b..788dfd421 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-setting diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index a755ffebb..ef9a761b3 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-socket diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml index 2bba967d1..5be4940e4 100755 --- a/hutool-swing/pom.xml +++ b/hutool-swing/pom.xml @@ -25,7 +25,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool-swing diff --git a/pom.xml b/pom.xml index cf477f0d1..421efa330 100755 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ cn.hutool.v7 hutool-parent - 7.0.0-M1-SNAPSHOT + 7.0.0-M2 hutool Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。