diff --git a/easy-retry-client-core/pom.xml b/easy-retry-client-core/pom.xml index d3103e4b8..5fa5bacdb 100644 --- a/easy-retry-client-core/pom.xml +++ b/easy-retry-client-core/pom.xml @@ -76,98 +76,4 @@ - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.txt - - - - - https://github.com/byteblogs168/easy-retry - https://gitee.com/aizuda/easy-retry.git - https://gitee.com/aizuda/ - - - - - byteblogs - byteblogs@aliyun.com - https://github.com/byteblogs168 - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.0 - - - attach-javadocs - package - - jar - - - - false - none - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org/ - true - - - - - diff --git a/easy-retry-common/pom.xml b/easy-retry-common/pom.xml index 4e54245fd..46c3ba8b5 100644 --- a/easy-retry-common/pom.xml +++ b/easy-retry-common/pom.xml @@ -31,111 +31,21 @@ - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - - GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.txt - - - - - https://github.com/byteblogs168/easy-retry - https://gitee.com/aizuda/easy-retry.git - https://gitee.com/aizuda/ - - - - - byteblogs - byteblogs@aliyun.com - https://github.com/byteblogs168 - - - - - - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - - jar-no-fork - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.0.0 - - - attach-javadocs - package - - jar - - - - false - none - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - sign-artifacts - verify - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org/ - true - - - - org.springframework.boot - spring-boot-maven-plugin - - - - org.projectlombok - lombok - - - - - - + + + + + + + + + + + + + + + + diff --git a/easy-retry-server/pom.xml b/easy-retry-server/pom.xml index 47ec86651..d0aad6872 100644 --- a/easy-retry-server/pom.xml +++ b/easy-retry-server/pom.xml @@ -128,14 +128,6 @@ 1.8 - - org.apache.maven.plugins - maven-deploy-plugin - 2.8.2 - - true - - org.apache.maven.plugins maven-surefire-plugin diff --git a/example/pom.xml b/example/pom.xml index 912ae20af..0bdd35228 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -38,7 +38,7 @@ com.aizuda easy-retry-client-starter - 1.0.0-SNAPSHOT + 0.0.2 com.baomidou diff --git a/pom.xml b/pom.xml index ebedc59a9..f958eb35d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ 1.8 1.8 1.8 - 1.0.0-SNAPSHOT + 1.0.0 1.0.0 5.4.2.Final 4.1.48.Final @@ -88,17 +88,6 @@ - - - ossrh - https://s01.oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - - GNU General Public License v3.0 @@ -157,6 +146,90 @@ + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + + + release + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + org.apache.maven.plugins + maven-source-plugin + 3.2.1 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + + attach-javadocs + + jar + + + + false + none + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://s01.oss.sonatype.org/ + false + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + +