44 <groupId >com.aliyun</groupId >
55 <artifactId >aliyun-java-sdk-bailianchatbot</artifactId >
66 <packaging >jar</packaging >
7- <version >1.0.0 </version >
7+ <version >1.0.1 </version >
88 <name >aliyun-java-sdk-bailianchatbot</name >
99 <url >http://www.aliyun.com</url >
1010 <description >Aliyun Open API SDK for Java
@@ -92,7 +92,7 @@ http://www.aliyun.com</description>
9292 <plugin >
9393 <groupId >org.apache.maven.plugins</groupId >
9494 <artifactId >maven-gpg-plugin</artifactId >
95- <version >1.5 </version >
95+ <version >3.1.0 </version >
9696 <executions >
9797 <execution >
9898 <id >sign-artifacts</id >
@@ -104,14 +104,14 @@ http://www.aliyun.com</description>
104104 </executions >
105105 </plugin >
106106 <plugin >
107- <groupId >org.sonatype.plugins </groupId >
108- <artifactId >nexus-staging -maven-plugin</artifactId >
109- <version >1.6.3 </version >
107+ <groupId >org.sonatype.central </groupId >
108+ <artifactId >central-publishing -maven-plugin</artifactId >
109+ <version >0.8.0 </version >
110110 <extensions >true</extensions >
111111 <configuration >
112- <serverId >sonatype-nexus-staging</ serverId >
113- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
114- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
112+ <publishingServerId >central</ publishingServerId >
113+ <autoPublish >true</ autoPublish >
114+ <waitUntil >published</ waitUntil >
115115 </configuration >
116116 </plugin >
117117 </plugins >
0 commit comments