|
30 | 30 |
|
31 | 31 | <groupId>io.github.q3769</groupId> |
32 | 32 | <artifactId>semver-maven-plugin</artifactId> |
33 | | - <version>20240116.0.202411140438</version> |
| 33 | + <version>20240116.0.202507151812</version> |
34 | 34 | <packaging>maven-plugin</packaging> |
35 | 35 |
|
36 | 36 | <name>semver-maven-plugin</name> |
|
250 | 250 | <plugin> |
251 | 251 | <groupId>io.github.q3769</groupId> |
252 | 252 | <artifactId>semver-maven-plugin</artifactId> |
253 | | - <version>20240116.0.202408140342</version> |
| 253 | + <version>20240116.0.202507151812</version> |
254 | 254 | </plugin> |
255 | 255 | <plugin> |
256 | 256 | <groupId>org.apache.maven.plugins</groupId> |
|
316 | 316 | </executions> |
317 | 317 | </plugin> |
318 | 318 | <plugin> |
319 | | - <groupId>org.sonatype.plugins</groupId> |
320 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
321 | | - <version>1.7.0</version> |
| 319 | + <groupId>org.sonatype.central</groupId> |
| 320 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 321 | + <version>0.8.0</version> |
322 | 322 | <extensions>true</extensions> |
323 | 323 | <configuration> |
324 | | - <serverId>ossrh</serverId> |
325 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
326 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 324 | + <publishingServerId>central</publishingServerId> |
| 325 | + <autoPublish>true</autoPublish> |
| 326 | + <waitUntil>published</waitUntil> |
327 | 327 | </configuration> |
328 | 328 | </plugin> |
329 | 329 | </plugins> |
330 | 330 | </build> |
331 | | - <distributionManagement> |
332 | | - <snapshotRepository> |
333 | | - <id>ossrh</id> |
334 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
335 | | - </snapshotRepository> |
336 | | - <repository> |
337 | | - <id>ossrh</id> |
338 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
339 | | - </repository> |
340 | | - </distributionManagement> |
341 | 331 | </profile> |
342 | 332 | </profiles> |
343 | 333 | <scm> |
|
0 commit comments