diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml index 5f87a6a2a..bef6e4634 100755 --- a/hutool-all/pom.xml +++ b/hutool-all/pom.xml @@ -17,6 +17,10 @@ Hutool是一个优雅而小巧的Java工具类库 https://github.com/looly/hutool + + cn.hutool + + cn.hutool diff --git a/hutool-core/pom.xml b/hutool-core/pom.xml index 87fd312f2..261ff8b03 100755 --- a/hutool-core/pom.xml +++ b/hutool-core/pom.xml @@ -16,4 +16,8 @@ ${project.artifactId} Hutool核心,包括集合、字符串、Bean等工具 + + cn.hutool.core + + diff --git a/hutool-cron/pom.xml b/hutool-cron/pom.xml index 56c3c955b..3ddae39f7 100755 --- a/hutool-cron/pom.xml +++ b/hutool-cron/pom.xml @@ -16,6 +16,10 @@ ${project.artifactId} Hutool 定时任务 + + cn.hutool.cron + + cn.hutool diff --git a/hutool-crypto/pom.xml b/hutool-crypto/pom.xml index 92f9d7344..8f6f1050e 100755 --- a/hutool-crypto/pom.xml +++ b/hutool-crypto/pom.xml @@ -17,6 +17,7 @@ Hutool 加密解密 + cn.hutool.crypto 1.72 diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 23fb8f403..02d148512 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -17,6 +17,7 @@ Hutool 数据库JDBC的ORM封装 + cn.hutool.db 0.9.5.5 2.9.0 diff --git a/hutool-extra/pom.xml b/hutool-extra/pom.xml index 11e9015a6..1a3a53e81 100755 --- a/hutool-extra/pom.xml +++ b/hutool-extra/pom.xml @@ -17,6 +17,7 @@ Hutool 扩展工具类(提供其它类库的封装) + cn.hutool.extra 2.3 3.14.1.RELEASE diff --git a/hutool-http/pom.xml b/hutool-http/pom.xml index 850484b95..b6470b069 100755 --- a/hutool-http/pom.xml +++ b/hutool-http/pom.xml @@ -16,6 +16,10 @@ ${project.artifactId} Hutool Http客户端 + + cn.hutool.http + + cn.hutool diff --git a/hutool-json/pom.xml b/hutool-json/pom.xml index aeaa4ed89..5c1d63446 100755 --- a/hutool-json/pom.xml +++ b/hutool-json/pom.xml @@ -17,6 +17,7 @@ Hutool JSON封装 + cn.hutool.json 1.72 diff --git a/hutool-log/pom.xml b/hutool-log/pom.xml index d361408e2..c3a2f0430 100755 --- a/hutool-log/pom.xml +++ b/hutool-log/pom.xml @@ -17,6 +17,7 @@ Hutool 日志封装 + cn.hutool.log 2.0.3 diff --git a/hutool-poi/pom.xml b/hutool-poi/pom.xml index 8c035f51e..78911842d 100755 --- a/hutool-poi/pom.xml +++ b/hutool-poi/pom.xml @@ -17,6 +17,7 @@ Hutool POI工具类(对Office文档、OFD等操作) + cn.hutool.poi 5.2.3 diff --git a/hutool-setting/pom.xml b/hutool-setting/pom.xml index d8cff59a4..62c38a6de 100755 --- a/hutool-setting/pom.xml +++ b/hutool-setting/pom.xml @@ -16,6 +16,10 @@ ${project.artifactId} Hutool 配置文件增强 + + cn.hutool.setting + + cn.hutool diff --git a/hutool-socket/pom.xml b/hutool-socket/pom.xml index 1f9c38ed4..9bb0b5b37 100755 --- a/hutool-socket/pom.xml +++ b/hutool-socket/pom.xml @@ -16,6 +16,10 @@ ${project.artifactId} Hutool套接字,包括BIO、NIO、AIO封装 + + cn.hutool.socket + + cn.hutool diff --git a/hutool-swing/pom.xml b/hutool-swing/pom.xml index 604b363ee..da2463e67 100755 --- a/hutool-swing/pom.xml +++ b/hutool-swing/pom.xml @@ -16,6 +16,10 @@ ${project.artifactId} Hutool swing桌面相关封装 + + cn.hutool.swing + + cn.hutool diff --git a/pom.xml b/pom.xml index 62a37416f..a1da7ec72 100755 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ ${user.name} ${java.version} ${maven.build.timestamp} - ${project.groupId} + ${Automatic-Module-Name}