🐢prepare7.0.0-M2

This commit is contained in:
chinabugotech
2025-07-22 10:57:13 +08:00
parent d2ed2124b6
commit 8f94b5ba2e
21 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@
<groupId>cn.hutool.v7</groupId>
<artifactId>hutool-parent</artifactId>
<version>7.0.0-M1</version>
<version>7.0.0-M1-SNAPSHOT</version>
<name>hutool</name>
<description>
Hutool是一个功能丰富且易用的Java工具库通过诸多实用工具类的使用旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作可以满足各种不同的开发需求。
@@ -290,11 +290,11 @@
<version>0.8.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central6</publishingServerId>
<publishingServerId>central</publishingServerId>
<!-- 自动发布 -->
<autoPublish>true</autoPublish>
<autoPublish>false</autoPublish>
<!-- 等待发布 -->
<waitUntil>published</waitUntil>
<!-- <waitUntil>published</waitUntil> -->
</configuration>
</plugin>
</plugins>