diff --git a/pom.xml b/pom.xml
index 3457d7b..d04068d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,7 +248,7 @@
- release
+ maven-central
@@ -309,14 +309,78 @@
https://oss.sonatype.org/content/repositories/snapshots/
- release
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
+ maven
+ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
- snapshot
+ github
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ ${source-plugin.version}
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ ${javadoc-plugin.version}
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ ${gpg-plugin.version}
+
+
+ verify
+
+ sign
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ ${jar-plugin.version}
+
+
+ *.xml
+
+
+
+
+
+
+
+ github
+ https://maven.pkg.github.com/CodeCraftersCN/jdevkit
+
+
+
+
+
+ local
@@ -361,13 +425,4 @@
-
-
-
- central
- https://maven.proxy.ustclug.org/maven2/
-
-
-
-
\ No newline at end of file