|
87 | 87 | <dokka.version>1.9.10</dokka.version> |
88 | 88 | <animal-sniffer.version>1.23</animal-sniffer.version> |
89 | 89 | <api-level-24.version>7.0_r2</api-level-24.version> |
90 | | - <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
91 | 90 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
92 | 91 | <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version> |
93 | 92 | </properties> |
|
493 | 492 | </execution> |
494 | 493 | </executions> |
495 | 494 | </plugin> |
496 | | - <plugin> |
497 | | - <groupId>org.apache.maven.plugins</groupId> |
498 | | - <artifactId>maven-release-plugin</artifactId> |
499 | | - <version>${maven-release-plugin.version}</version> |
500 | | - <configuration> |
501 | | - <tagNameFormat>v@{project.version}</tagNameFormat> |
502 | | - <scmCommentPrefix>[ci release]</scmCommentPrefix> |
503 | | - <autoVersionSubmodules>true</autoVersionSubmodules> |
504 | | - <releaseProfiles>release</releaseProfiles> |
505 | | - <pushChanges>false</pushChanges> |
506 | | - <developmentVersion>${project.version}</developmentVersion> |
507 | | - <goals>deploy</goals> |
508 | | - </configuration> |
509 | | - </plugin> |
510 | 495 | <plugin> |
511 | 496 | <groupId>org.sonatype.plugins</groupId> |
512 | 497 | <artifactId>nexus-staging-maven-plugin</artifactId> |
513 | 498 | <version>${nexus-staging-maven-plugin.version}</version> |
514 | 499 | <extensions>true</extensions> |
515 | 500 | <configuration> |
516 | 501 | <serverId>ossrh</serverId> |
517 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 502 | + <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
518 | 503 | <autoReleaseAfterClose>true</autoReleaseAfterClose> |
519 | 504 | </configuration> |
520 | 505 | </plugin> |
|
526 | 511 | <!-- Repository for snapshots --> |
527 | 512 | <snapshotRepository> |
528 | 513 | <id>ossrh</id> |
529 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 514 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
530 | 515 | </snapshotRepository> |
531 | 516 | <!-- Repository for releases --> |
532 | 517 | <repository> |
533 | 518 | <id>ossrh</id> |
534 | 519 | <name>Nexus Release Repository</name> |
535 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 520 | + <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
536 | 521 | </repository> |
537 | 522 | </distributionManagement> |
538 | 523 |
|
|
0 commit comments