@@ -258,15 +258,12 @@ limitations under the License.
258258 </configuration >
259259 </plugin >
260260 <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 >
265263 <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 >
270267 </configuration >
271268 </plugin >
272269 </plugins >
@@ -533,6 +530,12 @@ limitations under the License.
533530 <artifactId >exec-maven-plugin</artifactId >
534531 <version >3.5.0</version >
535532 </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 >
536539 </plugins >
537540 </pluginManagement >
538541
@@ -646,7 +649,7 @@ limitations under the License.
646649 <url >https://github.com/spring-projects/spring-modulith</url >
647650 <connection >scm:git:https://github.com/spring-projects/spring-modulith</connection >
648651 <
developerConnection >scm:git:ssh://
[email protected] /spring-projects-experimental/spring-modulith</
developerConnection >
649- <tag >1.3.0 </tag >
652+ <tag >1.3.x </tag >
650653 </scm >
651654
652655 <repositories >
0 commit comments