diff --git a/auth/pom.xml b/auth/pom.xml index 354daee7..b5e18b3a 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -4,14 +4,18 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} auth jar + + true + + org.springframework.boot diff --git a/common/pom.xml b/common/pom.xml index 07d7bb71..38120ad1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,6 +15,10 @@ ${project.artifactId} ${project.artifactId} + + true + + org.springframework.boot diff --git a/config/pom.xml b/config/pom.xml index 8b8ff613..93d7c513 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,6 +15,10 @@ ${project.artifactId} ${project.artifactId} + + true + + org.springframework.boot @@ -43,7 +47,7 @@ - com.github.dynamic-threadpool + io.github.acmenlt common @@ -63,7 +67,7 @@ - com.github.dynamic-threadpool + io.github.acmenlt log-record-tool diff --git a/console/pom.xml b/console/pom.xml index 0e6591e8..ad918f38 100644 --- a/console/pom.xml +++ b/console/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,19 +15,23 @@ ${project.artifactId} ${project.artifactId} + + true + + - com.github.dynamic-threadpool + io.github.acmenlt config - com.github.dynamic-threadpool + io.github.acmenlt discovery - com.github.dynamic-threadpool + io.github.acmenlt auth diff --git a/discovery/pom.xml b/discovery/pom.xml index c7e9778b..172ca0e9 100644 --- a/discovery/pom.xml +++ b/discovery/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -14,6 +14,10 @@ ${project.artifactId} ${project.artifactId} + + true + + org.springframework.boot @@ -26,7 +30,7 @@ - com.github.dynamic-threadpool + io.github.acmenlt common diff --git a/example/pom.xml b/example/pom.xml index 085e4745..dcef3430 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,6 +15,10 @@ ${project.artifactId} Demo project for Spring Boot + + true + + org.springframework.boot @@ -33,13 +37,13 @@ - com.github.dynamic-threadpool - dynamic-threadpool-spring-boot-starter + io.github.acmenlt + hippo4j-spring-boot-starter ${revision} - com.github.dynamic-threadpool + io.github.acmenlt open-change-tool diff --git a/dynamic-threadpool-spring-boot-starter/pom.xml b/hippo4j-spring-boot-starter/pom.xml similarity index 81% rename from dynamic-threadpool-spring-boot-starter/pom.xml rename to hippo4j-spring-boot-starter/pom.xml index a5bef1b2..273b5b20 100644 --- a/dynamic-threadpool-spring-boot-starter/pom.xml +++ b/hippo4j-spring-boot-starter/pom.xml @@ -4,12 +4,12 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} - dynamic-threadpool-spring-boot-starter + hippo4j-spring-boot-starter jar ${project.artifactId} @@ -42,7 +42,7 @@ - com.github.dynamic-threadpool + io.github.acmenlt common @@ -84,6 +84,19 @@ + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + + jar + + + + diff --git a/pom.xml b/pom.xml index 7ed05b0a..0ed08ed4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,8 +3,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} pom @@ -21,7 +21,7 @@ discovery example tools - dynamic-threadpool-spring-boot-starter + hippo4j-spring-boot-starter @@ -43,6 +43,8 @@ 3.4.2 2.3.2.RELEASE + false + UTF-8 UTF-8 UTF-8 @@ -90,43 +92,43 @@ - com.github.dynamic-threadpool + io.github.acmenlt common ${revision} - com.github.dynamic-threadpool + io.github.acmenlt config ${revision} - com.github.dynamic-threadpool + io.github.acmenlt console ${revision} - com.github.dynamic-threadpool + io.github.acmenlt discovery ${revision} - com.github.dynamic-threadpool + io.github.acmenlt log-record-tool ${revision} - com.github.dynamic-threadpool + io.github.acmenlt auth ${revision} - com.github.dynamic-threadpool + io.github.acmenlt open-change-tool ${revision} @@ -185,11 +187,18 @@ + acmenlt chen.ma + m7798432@163.com https://github.com/acmenlt + + Github Issue + https://github.com/acmenlt/dynamic-threadpool/issues + + ${project.artifactId} @@ -219,29 +228,6 @@ - - org.apache.maven.plugins - maven-javadoc-plugin - ${maven.javadoc.plugin.version} - - - - org.apache.maven.plugins - maven-source-plugin - ${maven.source.plugin.version} - - true - - - - compile - - jar - - - - - maven-jar-plugin ${maven.jar.plugin.version} @@ -285,7 +271,77 @@ spring-boot-maven-plugin ${spring-boot.version} + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0-M1 + + ${javadoc.opts} + + + + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + true + + + + package + + jar-no-fork + + + + + + + + disable-javadoc-doclint + + [1.8,) + + + -Xdoclint:none + + + + + + scm:git@github.com:acmenlt/dynamic-threadpool + scm:git@github.com:acmenlt/dynamic-threadpool.git + git@github.com:acmenlt/dynamic-threadpool.git + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + diff --git a/server/pom.xml b/server/pom.xml index d86d29d2..ec501260 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,19 +15,23 @@ ${project.artifactId} ${project.artifactId} + + true + + - com.github.dynamic-threadpool + io.github.acmenlt config - com.github.dynamic-threadpool + io.github.acmenlt console - com.github.dynamic-threadpool + io.github.acmenlt discovery diff --git a/tools/log-record-tool/pom.xml b/tools/log-record-tool/pom.xml index 8f4c66d6..9cbeb6f6 100644 --- a/tools/log-record-tool/pom.xml +++ b/tools/log-record-tool/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - com.github.dynamic-threadpool + io.github.acmenlt tools ${revision} @@ -15,6 +15,10 @@ ${project.artifactId} 操作日志记录工具类. + + true + + org.springframework.boot diff --git a/tools/open-change-tool/pom.xml b/tools/open-change-tool/pom.xml index 7eed06b2..07921416 100644 --- a/tools/open-change-tool/pom.xml +++ b/tools/open-change-tool/pom.xml @@ -4,7 +4,7 @@ 4.0.0 - com.github.dynamic-threadpool + io.github.acmenlt tools ${revision} @@ -15,6 +15,10 @@ ${project.artifactId} 监控 GitHub 项目 Star、Fork 变更, 有变化则发起通知. + + true + + org.springframework.boot diff --git a/tools/pom.xml b/tools/pom.xml index 147f5295..aafecd1e 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -4,8 +4,8 @@ 4.0.0 - com.github.dynamic-threadpool - parent + io.github.acmenlt + hippo4j-all ${revision} @@ -15,6 +15,10 @@ tools 动态线程池工具类模块 + + true + + log-record-tool