From 0243bf8f619c34f0b95a211deb280c27374a90ec Mon Sep 17 00:00:00 2001 From: xlorne <1991wangliang@gmail.com> Date: Fri, 15 Dec 2023 07:19:41 +0800 Subject: [PATCH] fix update --- pom.xml | 138 ++++++++++++++++-- ...ot.autoconfigure.AutoConfiguration.imports | 0 2 files changed, 125 insertions(+), 13 deletions(-) rename src/main/resources/META-INF/spring/{springboot-starter/src/main/resources/META-INF/spring => }/org.springframework.boot.autoconfigure.AutoConfiguration.imports (100%) diff --git a/pom.xml b/pom.xml index 3a4a995..0ec7fa7 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,32 @@ + + scm:git:https://github.com/codingapi/sdk-starter-okx-rest + scm:git:https://github.com/codingapi/sdk-starter-okx-rest.git + https://https://github.com/codingapi/sdk-starter-okx-rest + v${project.version} + + + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + lorne + wangliang@codingapi.com + + developer + + +8 + + + + @@ -66,20 +92,106 @@ -Xlint:deprecation - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - + + + + + dev + + true + + + + + + + + + + ossrh + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven-compiler-plugin.version} + + ${maven.compile.source} + ${maven.compile.target} + ${project.build.sourceEncoding} + -Xlint:deprecation + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + -Xdoclint:none + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.0.1 + + + sign-artifacts + verify + + sign + + + + + + + + + + + diff --git a/src/main/resources/META-INF/spring/springboot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports similarity index 100% rename from src/main/resources/META-INF/spring/springboot-starter/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports rename to src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports