|
9 | 9 |
|
10 | 10 | <name>${project.groupId}:${project.artifactId}</name> |
11 | 11 | <description>Vertx library for writing rest application based on JAX-RS annotations</description> |
12 | | - <url>https://github.com/dream11/vertx-rest</url> |
| 12 | + <url>https://github.com/dream-horizon-org/vertx-rest</url> |
13 | 13 |
|
14 | 14 | <scm> |
15 | | - <developerConnection>scm:git:https://github.com/dream11/vertx-rest.git</developerConnection> |
16 | | - <connection>scm:git:https://github.com/dream11/vertx-rest.git</connection> |
17 | | - <url>https://github.com/dream11/vertx-rest</url> |
| 15 | + <developerConnection>scm:git:https://github.com/dream-horizon-org/vertx-rest.git</developerConnection> |
| 16 | + <connection>scm:git:https://github.com/dream-horizon-org/vertx-rest.git</connection> |
| 17 | + <url>https://github.com/dream-horizon-org/vertx-rest</url> |
18 | 18 | <tag>HEAD</tag> |
19 | 19 | </scm> |
20 | 20 |
|
21 | 21 | <licenses> |
22 | 22 | <license> |
23 | 23 | <name>MIT License</name> |
24 | | - <url>https://github.com/dream11/vertx-rest/raw/master/LICENSE</url> |
| 24 | + <url>https://github.com/dream-horizon-org/vertx-rest/raw/master/LICENSE</url> |
25 | 25 | </license> |
26 | 26 | </licenses> |
27 | 27 |
|
|
36 | 36 |
|
37 | 37 | <distributionManagement> |
38 | 38 | <snapshotRepository> |
39 | | - <id>ossrh</id> |
40 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 39 | + <id>central</id> |
| 40 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
41 | 41 | </snapshotRepository> |
| 42 | + </distributionManagement> |
| 43 | + |
| 44 | + <repositories> |
42 | 45 | <repository> |
43 | | - <id>ossrh</id> |
44 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 46 | + <name>Central Portal Snapshots</name> |
| 47 | + <id>central-portal-snapshots</id> |
| 48 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 49 | + <snapshots> |
| 50 | + <enabled>true</enabled> |
| 51 | + </snapshots> |
45 | 52 | </repository> |
46 | | - </distributionManagement> |
| 53 | + </repositories> |
47 | 54 |
|
48 | 55 | <properties> |
49 | 56 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
77 | 84 | <maven.failsafe.plugin.version>3.0.0-M5</maven.failsafe.plugin.version> |
78 | 85 | <maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version> |
79 | 86 | <maven.source.plugin.version>3.2.1</maven.source.plugin.version> |
80 | | - <maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version> |
81 | | - <maven.nexus.plugin.version>1.6.13</maven.nexus.plugin.version> |
| 87 | + <maven.gpg.plugin.version>3.2.7</maven.gpg.plugin.version> |
| 88 | + <central.publishing.plugin.version>0.8.0</central.publishing.plugin.version> |
82 | 89 | <maven.checkstyle.plugin.version>3.2.0</maven.checkstyle.plugin.version> |
83 | 90 | <maven.swagger.plugin.jakarta.version>2.2.6</maven.swagger.plugin.jakarta.version> |
84 | 91 | <maven.dependency.plugin.version>3.1.2</maven.dependency.plugin.version> |
|
401 | 408 | </plugin> |
402 | 409 |
|
403 | 410 | <plugin> |
404 | | - <groupId>org.sonatype.plugins</groupId> |
405 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
406 | | - <version>${maven.nexus.plugin.version}</version> |
| 411 | + <groupId>org.sonatype.central</groupId> |
| 412 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 413 | + <version>${central.publishing.plugin.version}</version> |
407 | 414 | <extensions>true</extensions> |
408 | 415 | <configuration> |
409 | | - <serverId>ossrh</serverId> |
410 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
411 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 416 | + <publishingServerId>central</publishingServerId> |
| 417 | + <autoPublish>true</autoPublish> |
412 | 418 | </configuration> |
413 | 419 | </plugin> |
414 | 420 |
|
|
0 commit comments