33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.aliyun</groupId >
55 <artifactId >dybaseapi20170525</artifactId >
6- <version >1.0.0 </version >
6+ <version >1.0.1 </version >
77 <packaging >jar</packaging >
88 <name >dybaseapi20170525</name >
99 <description >Alibaba Cloud Dybaseapi (20170525) SDK for Java
2525 <distributionManagement >
2626 <snapshotRepository >
2727 <id >sonatype-nexus-snapshots</id >
28- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
28+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
2929 </snapshotRepository >
3030 <repository >
3131 <id >sonatype-nexus-staging</id >
32- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2/ </url >
32+ <url >https://central. sonatype.com </url >
3333 </repository >
3434 </distributionManagement >
3535 <scm >
36- <connection / >
37- <developerConnection / >
38- <url / >
36+ <connection >scm:git:git://github.com/aliyun/alibabacloud-java-sdk.git</ connection >
37+ <
developerConnection >scm:git:[email protected] :aliyun/alibabacloud-java-sdk.git</ developerConnection >
38+ <url >https://github.com/aliyun/alibabacloud-java-sdk</ url >
3939 </scm >
4040 <dependencies >
4141 <dependency >
4242 <groupId >com.aliyun</groupId >
4343 <artifactId >tea-util</artifactId >
44- <version >0.2.22 </version >
44+ <version >0.2.23 </version >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.aliyun</groupId >
4848 <artifactId >tea-openapi</artifactId >
49- <version >0.3.4 </version >
49+ <version >0.3.10 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >com.aliyun</groupId >
5353 <artifactId >openapiutil</artifactId >
54- <version >0.2.1 </version >
54+ <version >0.2.2 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >com.aliyun</groupId >
5858 <artifactId >endpoint-util</artifactId >
59- <version >0.0.7 </version >
59+ <version >0.0.8 </version >
6060 </dependency >
6161 <dependency >
6262 <groupId >com.aliyun</groupId >
6363 <artifactId >tea</artifactId >
64- <version >1.2.7 </version >
64+ <version >1.3.1 </version >
6565 </dependency >
6666 </dependencies >
6767 <build >
7878 <plugin >
7979 <groupId >org.apache.maven.plugins</groupId >
8080 <artifactId >maven-gpg-plugin</artifactId >
81- <version >1.6 </version >
81+ <version >3.1.0 </version >
8282 <executions >
8383 <execution >
8484 <id >sign-artifacts</id >
8989 </execution >
9090 </executions >
9191 </plugin >
92- <plugin >
93- <groupId >org.sonatype.plugins</groupId >
94- <artifactId >nexus-staging-maven-plugin</artifactId >
95- <version >1.6.3</version >
96- <extensions >true</extensions >
97- <configuration >
98- <serverId >sonatype-nexus-staging</serverId >
99- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
100- <autoReleaseAfterClose >true</autoReleaseAfterClose >
101- </configuration >
102- </plugin >
10392 <plugin >
10493 <groupId >org.apache.maven.plugins</groupId >
10594 <artifactId >maven-javadoc-plugin</artifactId >
158147 <artifactSet >
159148 <excludes >
160149 <exclude >org.jacoco:*</exclude >
150+ <exclude >org.bouncycastle:bcprov-jdk18on</exclude >
161151 </excludes >
162152 </artifactSet >
163153 <filters >
180170 </execution >
181171 </executions >
182172 </plugin >
173+ <plugin >
174+ <groupId >org.sonatype.central</groupId >
175+ <artifactId >central-publishing-maven-plugin</artifactId >
176+ <version >0.9.0</version >
177+ <extensions >true</extensions >
178+ <configuration >
179+ <publishingServerId >central</publishingServerId >
180+ <autoPublish >true</autoPublish >
181+ </configuration >
182+ </plugin >
183183 </plugins >
184184 </build >
185185</project >
0 commit comments