50
50
<system >Github Actions</system >
51
51
<url >https://github.com/modelcontextprotocol/java-sdk/actions</url >
52
52
</ciManagement >
53
- <distributionManagement >
54
- <repository >
55
- <id >os
10000
srh</id >
56
- <name >Central Repository OSSRH</name >
57
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
58
- </repository >
59
- </distributionManagement >
60
53
61
54
<properties >
62
55
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
300
293
<build >
301
294
<plugins >
302
295
<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 >
306
299
<extensions >true</extensions >
307
300
<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 >
316
303
</configuration >
317
304
</plugin >
318
305
<plugin >
338
325
</plugin >
339
326
</plugins >
340
327
</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 >
351
328
</profile >
352
329
</profiles >
353
330
385
362
</repository >
386
363
</repositories >
387
364
388
- </project >
365
+ </project >
0 commit comments