|
22 | 22 |
|
23 | 23 | <groupId>io.github.basilapi</groupId> |
24 | 24 | <artifactId>parent</artifactId> |
25 | | - <version>1.0-DEV</version> |
| 25 | + <version>1.0.0-RC1<!-- basil version --></version> |
26 | 26 | <packaging>pom</packaging> |
27 | 27 |
|
28 | 28 | <name>BASIL :: Parent</name> |
|
405 | 405 | </property> |
406 | 406 | </activation> |
407 | 407 |
|
408 | | - <distributionManagement> |
409 | | - <snapshotRepository> |
410 | | - <id>ossrh</id> |
411 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
412 | | - </snapshotRepository> |
413 | | - <repository> |
414 | | - <id>ossrh</id> |
415 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
416 | | - </repository> |
417 | | - </distributionManagement> |
418 | | - |
419 | 408 | <build> |
420 | 409 | <plugins> |
421 | 410 | <plugin> |
|
477 | 466 | </execution> |
478 | 467 | </executions> |
479 | 468 | </plugin> |
| 469 | + |
| 470 | +<!-- <plugin>--> |
| 471 | +<!-- <groupId>org.sonatype.plugins</groupId>--> |
| 472 | +<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 473 | +<!-- <version>1.6.14</version>--> |
| 474 | +<!-- <extensions>true</extensions>--> |
| 475 | +<!-- <configuration>--> |
| 476 | +<!-- <serverId>ossrh</serverId>--> |
| 477 | +<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
| 478 | +<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
| 479 | +<!-- </configuration>--> |
| 480 | +<!-- </plugin>--> |
| 481 | + |
480 | 482 | <plugin> |
481 | | - <groupId>org.sonatype.plugins</groupId> |
482 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
483 | | - <version>1.6.7</version> |
| 483 | + <groupId>org.sonatype.central</groupId> |
| 484 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 485 | + <version>0.8.0</version> |
484 | 486 | <extensions>true</extensions> |
485 | 487 | <configuration> |
486 | | - <serverId>ossrh</serverId> |
487 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
488 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 488 | + <publishingServerId>central</publishingServerId> |
489 | 489 | </configuration> |
490 | 490 | </plugin> |
491 | 491 | </plugins> |
|
0 commit comments