diff --git a/pom.xml b/pom.xml index 36b3a88..f0dd732 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,8 @@ - scm:git:git://github.com/luckday-cn/feishu-table-helper.git - scm:git:ssh://github.com/luckday-cn/feishu-table-helper.git + scm:git:https://github.com/luckday-cn/feishu-table-helper.git + scm:git:https://github.com/luckday-cn/feishu-table-helper.git http://github.com/luckday-cn/feishu-table-helper/tree/master @@ -64,52 +64,52 @@ - org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.2.1 - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.1.0 - - - -Xdoclint:none - - 1024 - UTF-8 - protected - true - - - false - none - - - - attach-javadocs + attach-source + verify + jar + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadoc + verify + + + jar + + javadoc + + + + -Xdoclint:none + -Xdoclint:none + + + + + + org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 1.6 sign-artifacts @@ -121,17 +121,30 @@ + + org.sonatype.central central-publishing-maven-plugin - 0.4.0 + 0.5.0 true + central - true + + true + + published + ${project.groupId}:${project.artifactId}:${project.version} + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 +