File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 282282 <distributionManagement >
283283 <snapshotRepository >
284284 <id >ossrh</id >
285- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
285+ <url >https://central .sonatype.com/repository/maven- snapshots/ </url >
286286 </snapshotRepository >
287287 </distributionManagement >
288288 <build >
315315 </configuration >
316316 </plugin >
317317 <plugin >
318- <groupId >org.sonatype.plugins </groupId >
319- <artifactId >nexus-staging -maven-plugin</artifactId >
320- <version >1.6.13 </version >
318+ <groupId >org.sonatype.central </groupId >
319+ <artifactId >central-publishing -maven-plugin</artifactId >
320+ <version >0.8.0 </version >
321321 <extensions >true</extensions >
322322 <configuration >
323- <serverId >ossrh</serverId >
324- <nexusUrl >https://oss .sonatype.org/</ nexusUrl >
325- <autoReleaseAfterClose >true</autoReleaseAfterClose >
323+ <publishingServerId >ossrh</publishingServerId >
324+ <centralBaseUrl >https://central .sonatype.com</ centralBaseUrl >
325+ <autoPublish >true</autoPublish >
326326 </configuration >
327327 </plugin >
328328 <plugin >
378378 </modules >
379379 </profile >
380380 </profiles >
381- </project >
381+ </project >
You can’t perform that action at this time.
0 commit comments