diff --git a/README.md b/README.md index b5f81a3..85a0cea 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ io.github.ZhongFuCheng3y hades-apollo-starter - // TODO 未发布至maven仓库 + 1.0.2 io.github.ZhongFuCheng3y hades-nacos-starter - // TODO 未发布至maven仓库 + 1.0.2 ``` diff --git a/hades-core/pom.xml b/hades-core/pom.xml index d3ff4a9..a8b74e7 100644 --- a/hades-core/pom.xml +++ b/hades-core/pom.xml @@ -5,7 +5,7 @@ hades io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 hades-core diff --git a/hades-example/hades-apollo-example/pom.xml b/hades-example/hades-apollo-example/pom.xml index 66a78ad..34b2333 100644 --- a/hades-example/hades-apollo-example/pom.xml +++ b/hades-example/hades-apollo-example/pom.xml @@ -5,7 +5,7 @@ hades-example io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 hades-apollo-example diff --git a/hades-example/hades-nacos-example/pom.xml b/hades-example/hades-nacos-example/pom.xml index ff9b008..292352c 100644 --- a/hades-example/hades-nacos-example/pom.xml +++ b/hades-example/hades-nacos-example/pom.xml @@ -5,7 +5,7 @@ hades-example io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 hades-nacos-example diff --git a/hades-example/pom.xml b/hades-example/pom.xml index baae842..78182ad 100644 --- a/hades-example/pom.xml +++ b/hades-example/pom.xml @@ -5,7 +5,7 @@ hades io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 @@ -25,7 +25,7 @@ io.github.ZhongFuCheng3y hades-core - 1.0-SNAPSHOT + 1.0.2 diff --git a/hades-starter/hades-apollo-starter/pom.xml b/hades-starter/hades-apollo-starter/pom.xml index f5a5222..7f0d337 100644 --- a/hades-starter/hades-apollo-starter/pom.xml +++ b/hades-starter/hades-apollo-starter/pom.xml @@ -5,7 +5,7 @@ hades-starter io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 @@ -16,7 +16,7 @@ io.github.ZhongFuCheng3y hades-core - 1.0-SNAPSHOT + 1.0.2 com.ctrip.framework.apollo diff --git a/hades-starter/hades-nacos-starter/pom.xml b/hades-starter/hades-nacos-starter/pom.xml index 73506c1..a340b63 100644 --- a/hades-starter/hades-nacos-starter/pom.xml +++ b/hades-starter/hades-nacos-starter/pom.xml @@ -5,7 +5,7 @@ hades-starter io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 4.0.0 @@ -16,7 +16,7 @@ io.github.ZhongFuCheng3y hades-core - 1.0-SNAPSHOT + 1.0.2 com.alibaba.boot diff --git a/hades-starter/pom.xml b/hades-starter/pom.xml index 49e4c57..3a2693c 100644 --- a/hades-starter/pom.xml +++ b/hades-starter/pom.xml @@ -5,7 +5,7 @@ hades io.github.ZhongFuCheng3y - 1.0-SNAPSHOT + 1.0.2 pom diff --git a/pom.xml b/pom.xml index 42a3172..666392d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.github.ZhongFuCheng3y hades pom - 1.0-SNAPSHOT + 1.0.2 hades-core @@ -22,11 +22,6 @@ - - 8 - 8 - - @@ -62,9 +57,124 @@ apollo-client 2.1.0 - - + + + + The Apache Software License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + actable + + + + + + master + git@github.com:ZhongFuCheng3y/hades.git + git@github.com:ZhongFuCheng3y/hades.git + git@github.com:ZhongFuCheng3y/hades.git + + + + + Github Issue + https://github.com/ZhongFuCheng3y/hades/issues + + + + + + Fucheng Zhong + zhongfucheng_123@163.com + +8 + + Developer + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + release + + + true + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + true + + ossrh + https://s01.oss.sonatype.org + true + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + ossrh + verify + + sign + + + + + + + + + + \ No newline at end of file