|
42 | 42 |
|
43 | 43 | <distributionManagement> |
44 | 44 | <repository> |
45 | | - <id>ossrh</id> |
46 | | - <name>Nexus Release Repository</name> |
47 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 45 | + <id>central</id> |
| 46 | + <name>Maven Central Release Repository</name> |
| 47 | + <url>https://ossrh-staging-api.central.sonatype.com/service/local/</url> |
48 | 48 | </repository> |
49 | 49 | <snapshotRepository> |
50 | | - <id>ossrh</id> |
51 | | - <name>Sonatype Nexus Snapshots</name> |
52 | | - <url>https://oss.sonatype.org/content/repositories/snapshots/</url> |
| 50 | + <id>central</id> |
| 51 | + <name>Maven Central Snapshots</name> |
| 52 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
53 | 53 | </snapshotRepository> |
54 | 54 | </distributionManagement> |
55 | 55 |
|
|
186 | 186 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version> |
187 | 187 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
188 | 188 | <mojo-executor.version>2.3.1</mojo-executor.version> |
189 | | - <nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version> |
190 | 189 | <plexus-utils.version>4.0.2</plexus-utils.version> |
191 | 190 | <stork-maven-plugin.version>3.2.0</stork-maven-plugin.version> |
192 | 191 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version> |
|
1407 | 1406 | </systemPropertyVariables> |
1408 | 1407 | </configuration> |
1409 | 1408 | </plugin> |
1410 | | - |
1411 | | - <!-- Deploy plugin --> |
1412 | | - <plugin> |
1413 | | - <groupId>org.sonatype.plugins</groupId> |
1414 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
1415 | | - <version>${nexus-staging-maven-plugin.version}</version> |
1416 | | - <extensions>true</extensions> |
1417 | | - <configuration> |
1418 | | - <serverId>ossrh</serverId> |
1419 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
1420 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
1421 | | - </configuration> |
1422 | | - </plugin> |
1423 | | - |
1424 | | - <plugin> |
1425 | | - <groupId>org.apache.maven.plugins</groupId> |
1426 | | - <artifactId>maven-deploy-plugin</artifactId> |
1427 | | - <version>${maven-deploy-plugin.version}</version> |
1428 | | - </plugin> |
1429 | 1409 | </plugins> |
1430 | 1410 |
|
1431 | 1411 | </build> |
|
0 commit comments