diff --git a/hutool-all/pom.xml b/hutool-all/pom.xml
index ed0c4e78f..6fa4e85df 100755
--- a/hutool-all/pom.xml
+++ b/hutool-all/pom.xml
@@ -27,7 +27,7 @@
hutool-all
${project.artifactId}
Hutool是一个优雅而小巧的Java工具类库
- https://github.com/looly/hutool
+ https://github.com/dromara/hutool
diff --git a/hutool-bom/pom.xml b/hutool-bom/pom.xml
index 1c014d68f..2a8df1a91 100755
--- a/hutool-bom/pom.xml
+++ b/hutool-bom/pom.xml
@@ -27,7 +27,7 @@
hutool-bom
${project.artifactId}
提供丰富的Java工具方法,此模块为Hutool所有模块汇总,最终形式为拆分开的多个jar包,可以通过exclude方式排除不需要的模块
- https://github.com/looly/hutool
+ https://github.com/dromara/hutool
diff --git a/pom.xml b/pom.xml
index c20e2af9d..8ab190f88 100755
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
-Xlint:unchecked
+
org.apache.maven.plugins
maven-surefire-plugin