33 <modelVersion >4.0.0</modelVersion >
44 <groupId >com.aliyun</groupId >
55 <artifactId >iot20180120</artifactId >
6- <version >6.0.0 </version >
6+ <version >6.0.1 </version >
77 <packaging >jar</packaging >
88 <name >iot20180120</name >
99 <description >Alibaba Cloud IoT Platform (20180120) 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:git@github.com:aliyun/alibabacloud-java-sdk.git</ developerConnection >
38+ <url >https://github.com/aliyun/alibabacloud-java-sdk</ url >
3939 </scm >
4040 <dependencies >
4141 <dependency >
4646 <dependency >
4747 <groupId >com.aliyun</groupId >
4848 <artifactId >tea-openapi</artifactId >
49- <version >0.3.6 </version >
49+ <version >0.3.10 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >com.aliyun</groupId >
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.3 .1</version >
64+ <version >1.4 .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 >
10695 <version >3.1.1</version >
10796 <configuration >
10897 <encoding >UTF-8</encoding >
10998 <doclint >none</doclint >
99+ <maxmemory >2048m</maxmemory >
110100 </configuration >
111101 </plugin >
112102 <plugin >
181171 </execution >
182172 </executions >
183173 </plugin >
174+ <plugin >
175+ <groupId >org.sonatype.central</groupId >
176+ <artifactId >central-publishing-maven-plugin</artifactId >
177+ <version >0.9.0</version >
178+ <extensions >true</extensions >
179+ <configuration >
180+ <publishingServerId >central</publishingServerId >
181+ <autoPublish >true</autoPublish >
182+ </configuration >
183+ </plugin >
184184 </plugins >
185185 </build >
186186</project >
0 commit comments