File tree Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Expand file tree Collapse file tree 1 file changed +7
-28
lines changed Original file line number Diff line number Diff line change 7878 </properties >
7979
8080 <repositories >
81- <repository >
82- <id >sonatype</id >
83- <url >https://oss.sonatype.org/content/groups/public</url >
84- </repository >
8581 <repository >
8682 <id >sonatype-snapshots</id >
87- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
83+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
8884 </repository >
8985 </repositories >
9086
91- <pluginRepositories >
92- <pluginRepository >
93- <id >sonatype</id >
94- <url >https://oss.sonatype.org/content/groups/public/</url >
95- </pluginRepository >
96- </pluginRepositories >
97-
9887 <dependencyManagement >
9988 <dependencies >
10089 <dependency >
349338 </dependency >
350339 </dependencies >
351340 </dependencyManagement >
352- <distributionManagement >
353- <repository >
354- <id >sonatype.release</id >
355- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
356- </repository >
357- <snapshotRepository >
358- <id >sonatype.snapshots</id >
359- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
360- </snapshotRepository >
361- </distributionManagement >
362341 <build >
363342 <testSourceDirectory >${testSourceLocation} </testSourceDirectory >
364343 <pluginManagement >
532511 <build >
533512 <plugins >
534513 <plugin >
535- <groupId >org.sonatype.plugins </groupId >
536- <artifactId >nexus-staging -maven-plugin</artifactId >
537- <version >1.6.2 </version >
514+ <groupId >org.sonatype.central </groupId >
515+ <artifactId >central-publishing -maven-plugin</artifactId >
516+ <version >0.8.0 </version >
538517 <extensions >true</extensions >
539518 <configuration >
540- <nexusUrl >https://oss. sonatype.org</ nexusUrl >
541- <serverId >sonatype.release</ serverId >
542- <stagingProfileId >655dc88dc770c3</ stagingProfileId >
519+ <publishingServerId > sonatype.release</ publishingServerId >
520+ <autoPublish >false</ autoPublish >
521+ <ignorePublishedComponents >true</ ignorePublishedComponents >
543522 </configuration >
544523 </plugin >
545524 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments