mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-08-18 20:38:02 +08:00
7.0.0.M1
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -22,9 +22,9 @@
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<groupId>org.dromara.hutool</groupId>
|
||||
<groupId>cn.hutool.v7</groupId>
|
||||
<artifactId>hutool-parent</artifactId>
|
||||
<version>6.0.0-M22</version>
|
||||
<version>7.0.0.M1</version>
|
||||
<name>hutool</name>
|
||||
<description>
|
||||
Hutool是一个功能丰富且易用的Java工具库,通过诸多实用工具类的使用,旨在帮助开发者快速、便捷地完成各类开发任务。这些封装的工具涵盖了字符串、数字、集合、编码、日期、文件、IO、加密、数据库JDBC、JSON、HTTP客户端等一系列操作,可以满足各种不同的开发需求。
|
||||
@@ -52,10 +52,10 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||
<Automatic-Module-Name>org.dromara.hutool</Automatic-Module-Name>
|
||||
<Automatic-Module-Name>cn.hutool.v7</Automatic-Module-Name>
|
||||
|
||||
<!-- versions -->
|
||||
<compile.version>8</compile.version>
|
||||
<compile.version>17</compile.version>
|
||||
<junit.version>5.11.3</junit.version>
|
||||
<lombok.version>1.18.36</lombok.version>
|
||||
<kotlin-version>2.0.20</kotlin-version>
|
||||
|
||||
Reference in New Issue
Block a user