File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 327
327
</execution >
328
328
</executions >
329
329
</plugin >
330
- <plugin >
331
- <groupId >org.sonatype.plugins </groupId >
332
- <artifactId >nexus-staging -maven-plugin</artifactId >
333
- <version >${nexus.staging.plugin.version} </version >
334
- <extensions >true</extensions >
335
- <configuration >
336
- < serverId >ossrh</ serverId >
337
- < nexusUrl >https://oss.sonatype.org/</ nexusUrl >
338
- < autoReleaseAfterClose >true</ autoReleaseAfterClose >
339
- </configuration >
340
- </plugin >
330
+ <plugin >
331
+ <groupId >org.sonatype.central </groupId >
332
+ <artifactId >central-publishing -maven-plugin</artifactId >
333
+ <version >0.7.0 </version >
334
+ <extensions >true</extensions >
335
+ <configuration >
336
+ < publishingServerId >central</ publishingServerId >
337
+ < autoPublish >true</ autoPublish >
338
+ < waitUntil >published</ waitUntil >
339
+ </configuration >
340
+ </plugin >
341
341
<plugin >
342
342
<groupId >org.apache.maven.plugins</groupId >
343
343
<artifactId >maven-gpg-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments