44 <groupId >com.aliyun</groupId >
55 <artifactId >aliyun-java-sdk-marketplaceintl</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.2 </version >
7+ <version >1.0.0 </version >
88 <name >aliyun-java-sdk-marketplaceintl</name >
99 <url >http://www.aliyun.com</url >
1010 <description >Aliyun Open API SDK for Java
@@ -37,9 +37,8 @@ http://www.aliyun.com</description>
3737 </dependencies >
3838 <licenses >
3939 <license >
40- <name />
41- <url />
42- <distribution />
40+ <name >The Apache License, Version 2.0</name >
41+ <url >http://www.apache.org/licenses/LICENSE-2.0.txt</url >
4342 </license >
4443 </licenses >
4544 <scm >
@@ -93,7 +92,7 @@ http://www.aliyun.com</description>
9392 <plugin >
9493 <groupId >org.apache.maven.plugins</groupId >
9594 <artifactId >maven-gpg-plugin</artifactId >
96- <version >1.5 </version >
95+ <version >3.1.0 </version >
9796 <executions >
9897 <execution >
9998 <id >sign-artifacts</id >
@@ -105,14 +104,14 @@ http://www.aliyun.com</description>
105104 </executions >
106105 </plugin >
107106 <plugin >
108- <groupId >org.sonatype.plugins </groupId >
109- <artifactId >nexus-staging -maven-plugin</artifactId >
110- <version >1.6.3 </version >
107+ <groupId >org.sonatype.central </groupId >
108+ <artifactId >central-publishing -maven-plugin</artifactId >
109+ <version >0.8.0 </version >
111110 <extensions >true</extensions >
112111 <configuration >
113- <serverId >sonatype-nexus-staging</ serverId >
114- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
115- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
112+ <publishingServerId >central</ publishingServerId >
113+ <autoPublish >true</ autoPublish >
114+ <waitUntil >published</ waitUntil >
116115 </configuration >
117116 </plugin >
118117 </plugins >
0 commit comments