5050 <system >Github Actions</system >
5151 <url >https://github.com/modelcontextprotocol/java-sdk/actions</url >
5252 </ciManagement >
53- <distributionManagement >
54- <repository >
55- <id >ossrh</id >
56- <name >Central Repository OSSRH</name >
57- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
58- </repository >
59- </distributionManagement >
6053
6154 <properties >
6255 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
300293 <build >
301294 <plugins >
302295 <plugin >
303- <groupId >org.sonatype.plugins </groupId >
304- <artifactId >nexus-staging -maven-plugin</artifactId >
305- <version >1 .7.0</version >
296+ <groupId >org.sonatype.central </groupId >
297+ <artifactId >central-publishing -maven-plugin</artifactId >
298+ <version >0 .7.0</version >
306299 <extensions >true</extensions >
307300 <configuration >
308- <serverId >ossrh</serverId >
309- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
310- <!--
311- the property autoReleaseAfterClose set to false you can manually inspect the staging repository in
312- the Nexus Repository Manager and trigger a release of the staging
313- repository later
314- -->
315- <autoReleaseAfterClose >false</autoReleaseAfterClose >
301+ <publishingServerId >central</publishingServerId >
302+ <autoPublish >false</autoPublish >
316303 </configuration >
317304 </plugin >
318305 <plugin >
338325 </plugin >
339326 </plugins >
340327 </build >
341- <distributionManagement >
342- <snapshotRepository >
343- <id >ossrh</id >
344- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
345- </snapshotRepository >
346- <repository >
347- <id >ossrh</id >
348- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
349- </repository >
350- </distributionManagement >
351328 </profile >
352329 </profiles >
353330
385362 </repository >
386363 </repositories >
387364
388- </project >
365+ </project >
0 commit comments