4
4
<groupId >com.aliyun</groupId >
5
5
<artifactId >aliyun-java-sdk-marketplaceintl</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.0.2 </version >
7
+ <version >1.0.0 </version >
8
8
<name >aliyun-java-sdk-marketplaceintl</name >
9
9
<url >http://www.aliyun.com</url >
10
10
<description >Aliyun Open API SDK for Java
@@ -37,9 +37,8 @@ http://www.aliyun.com</description>
37
37
</dependencies >
38
38
<licenses >
39
39
<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 >
43
42
</license >
44
43
</licenses >
45
44
<scm >
@@ -93,7 +92,7 @@ http://www.aliyun.com</description>
93
92
<plugin >
94
93
<groupId >org.apache.maven.plugins</groupId >
95
94
<artifactId >maven-gpg-plugin</artifactId >
96
- <version >1.5 </version >
95
+ <version >3.1.0 </version >
97
96
<executions >
98
97
<execution >
99
98
<id >sign-artifacts</id >
@@ -105,14 +104,14 @@ http://www.aliyun.com</description>
105
104
</executions >
106
105
</plugin >
107
106
<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 >
111
110
<extensions >true</extensions >
112
111
<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 >
116
115
</configuration >
117
116
</plugin >
118
117
</plugins >
0 commit comments