mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
feat(all): Modify Project Package Name cn.hutool
->org.dromara.hutool
BREAKING CHANGE: 包名变更 Closes https://gitee.com/dromara/hutool/issues/I6SC4B
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -18,7 +18,7 @@
|
||||
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<groupId>cn.hutool</groupId>
|
||||
<groupId>org.dromara.hutool</groupId>
|
||||
<artifactId>hutool-parent</artifactId>
|
||||
<version>6.0.0.M3</version>
|
||||
<name>hutool</name>
|
||||
@@ -45,7 +45,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
|
||||
<Automatic-Module-Name>cn.hutool</Automatic-Module-Name>
|
||||
<Automatic-Module-Name>org.dromara.hutool</Automatic-Module-Name>
|
||||
|
||||
<!-- versions -->
|
||||
<compile.version>8</compile.version>
|
||||
|
Reference in New Issue
Block a user