@@ -258,15 +258,12 @@ limitations under the License.
258
258
</configuration >
259
259
</plugin >
260
260
<plugin >
261
- <groupId >org.sonatype.plugins</groupId >
262
- <artifactId >nexus-staging-maven-plugin</artifactId >
263
- <version >1.7.0</version >
264
- <extensions >true</extensions >
261
+ <groupId >org.sonatype.central</groupId >
262
+ <artifactId >central-publishing-maven-plugin</artifactId >
265
263
<configuration >
266
- <serverId >sonatype-new</serverId >
267
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
268
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
269
- <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
264
+ <deploymentName >Spring Modulith ${project.version} </deploymentName >
265
+ <publishingServerId >central-ossrh</publishingServerId >
266
+ <autoPublish >true</autoPublish >
270
267
</configuration >
271
268
</plugin >
272
269
</plugins >
@@ -533,6 +530,12 @@ limitations under the License.
533
530
<artifactId >exec-maven-plugin</artifactId >
534
531
<version >3.5.0</version >
535
532
</plugin >
533
+ <plugin >
534
+ <groupId >org.sonatype.central</groupId >
535
+ <artifactId >central-publishing-maven-plugin</artifactId >
536
+ <version >0.8.0</version >
537
+ <extensions >true</extensions >
538
+ </plugin >
536
539
</plugins >
537
540
</pluginManagement >
538
541
@@ -646,7 +649,7 @@ limitations under the License.
646
649
<url >https://github.com/spring-projects/spring-modulith</url >
647
650
<connection >scm:git:https://github.com/spring-projects/spring-modulith</connection >
648
651
<developerConnection >scm:git:ssh://git@github.com/spring-projects-experimental/spring-modulith</developerConnection >
649
- <tag >1.3.0 </tag >
652
+ <tag >1.3.x </tag >
650
653
</scm >
651
654
652
655
<repositories >
0 commit comments