diff --git a/pom.xml b/pom.xml index a125a64..075cb09 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,11 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 xyz.zhouxy.jdbc simple-jdbc - 1.0.0-SNAPSHOT + 1.0.0-RC1 Simple JDBC 对 JDBC 的简单封装。 @@ -17,9 +16,30 @@ 8 UTF-8 - 1.1.0-SNAPSHOT + 1.1.0-RC2 + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + + Zhou Xingyi (周兴毅) + https://gitea.zhouxy.xyz/plusone + + + + + scm:git:https://gitea.zhouxy.xyz/plusone/simple-jdbc.git + scm:git:ssh://gitea.zhouxy.xyz/plusone/simple-jdbc.git + https://gitea.zhouxy.xyz/plusone/simple-jdbc + + @@ -57,29 +77,35 @@ test - - - - aliyun - https://maven.aliyun.com/repository/public - - true - - - false - - - - - - aliyun-plugin - https://maven.aliyun.com/repository/public - - true - - - false - - - + + + release + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.central + central-publishing-maven-plugin + true + + central + + + + + +