|
8 | 8 | <artifactId>trpc-dependencies-bom</artifactId> |
9 | 9 | <version>1.4.0-SNAPSHOT</version> |
10 | 10 | <packaging>pom</packaging> |
| 11 | + <description>trpc-dependencies-bom</description> |
| 12 | + <name>trpc</name> |
| 13 | + <url>https://github.com/trpc-group/trpc-java</url> |
11 | 14 |
|
12 | | - <distributionManagement> |
13 | | - <snapshotRepository> |
14 | | - <id>ossrh</id> |
15 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
16 | | - </snapshotRepository> |
17 | | - <repository> |
18 | | - <id>ossrh</id> |
19 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
20 | | - </repository> |
21 | | - </distributionManagement> |
| 15 | + <licenses> |
| 16 | + <license> |
| 17 | + <name>Apache License Version 2.0</name> |
| 18 | + <url>https://opensource.org/license/apache-2-0</url> |
| 19 | + <distribution>repo</distribution> |
| 20 | + </license> |
| 21 | + </licenses> |
| 22 | + |
| 23 | + <scm> |
| 24 | + <url>https://github.com/trpc-group/trpc-java</url> |
| 25 | + <connection> |
| 26 | + scm:git:git@github.com:trpc-group/trpc-java.git |
| 27 | + </connection> |
| 28 | + <developerConnection> |
| 29 | + scm:git:ssh://git@github.com/trpc-group/trpc-java.git |
| 30 | + </developerConnection> |
| 31 | + <tag>HEAD</tag> |
| 32 | + </scm> |
| 33 | + |
| 34 | + <developers> |
| 35 | + <developer> |
| 36 | + <name>Base Zhang</name> |
| 37 | + <email>basezhang@vip.qq.com</email> |
| 38 | + </developer> |
| 39 | + <developer> |
| 40 | + <name>Shore Wang</name> |
| 41 | + <email>wangxiao1208@foxmail.com</email> |
| 42 | + </developer> |
| 43 | + <developer> |
| 44 | + <name>Thirteen Wang</name> |
| 45 | + <email>779754345@qq.com</email> |
| 46 | + </developer> |
| 47 | + <developer> |
| 48 | + <name>Shiyou Wu</name> |
| 49 | + <email>258154927@qq.com</email> |
| 50 | + </developer> |
| 51 | + <developer> |
| 52 | + <name>Kelgon Wu</name> |
| 53 | + <email>kelgonwu@126.com</email> |
| 54 | + </developer> |
| 55 | + <developer> |
| 56 | + <name>Layne Xiong</name> |
| 57 | + <email>wardseptember@163.com</email> |
| 58 | + </developer> |
| 59 | + </developers> |
22 | 60 |
|
23 | 61 | <properties> |
24 | 62 | <auto-service.version>1.1.0</auto-service.version> |
25 | 63 | <assertj-core.version>3.12.1</assertj-core.version> |
26 | 64 | <apollo.version>2.1.0</apollo.version> |
27 | 65 | <byte.buddy.version>1.14.9</byte.buddy.version> |
28 | 66 | <caffeine.version>2.9.3</caffeine.version> |
| 67 | + <central-publishing-maven-plugin.version>0.7.0</central-publishing-maven-plugin.version> |
29 | 68 | <commons.codec.version>1.15</commons.codec.version> |
30 | 69 | <commons.collections4.version>4.4</commons.collections4.version> |
31 | 70 | <commons.configurations.version>2.10.1</commons.configurations.version> |
|
931 | 970 | <build> |
932 | 971 | <plugins> |
933 | 972 | <plugin> |
934 | | - <groupId>org.apache.maven.plugins</groupId> |
935 | | - <artifactId>maven-deploy-plugin</artifactId> |
936 | | - <version>${maven.deploy.version}</version> |
| 973 | + <groupId>org.sonatype.central</groupId> |
| 974 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 975 | + <version>${central-publishing-maven-plugin.version}</version> |
| 976 | + <extensions>true</extensions> |
| 977 | + <configuration> |
| 978 | + <publishingServerId>central-repo</publishingServerId> |
| 979 | + <autoPublish>true</autoPublish> |
| 980 | + </configuration> |
937 | 981 | </plugin> |
938 | 982 | <plugin> |
939 | 983 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments