File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 344344 </plugin >
345345
346346 <plugin >
347- <groupId >org.sonatype.plugins </groupId >
348- <artifactId >nexus-staging -maven-plugin</artifactId >
349- <version >1.6.7 </version >
347+ <groupId >org.sonatype.central </groupId >
348+ <artifactId >central-publishing -maven-plugin</artifactId >
349+ <version >0.8.0 </version >
350350 <extensions >true</extensions >
351351 <configuration >
352- <serverId >ossrh</serverId >
353- <nexusUrl >https://oss.sonatype.org</nexusUrl >
354- <autoReleaseAfterClose >true</autoReleaseAfterClose >
352+ <publishingServerId >central</publishingServerId >
353+ <autoPublish >true</autoPublish >
355354 </configuration >
356- <dependencies >
357- <!--
358- TODO:
359- Remove after OSSRH-66257, NEXUS-26993 are fixed,
360- possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
361- -->
362- <dependency >
363- <groupId >com.thoughtworks.xstream</groupId >
364- <artifactId >xstream</artifactId >
365- <version >1.4.15</version >
366- </dependency >
367- </dependencies >
368355 </plugin >
369356
370357 </plugins >
You can’t perform that action at this time.
0 commit comments