|
4 | 4 |
|
5 | 5 | <groupId>com.hyperwallet</groupId> |
6 | 6 | <artifactId>sdk</artifactId> |
7 | | - <version>3.0.1-SNAPSHOT</version> |
| 7 | + <version>3.0.0</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>hyperwallet-java-sdk</name> |
|
67 | 67 | </executions> |
68 | 68 | </plugin> |
69 | 69 | <plugin> |
70 | | - <groupId>org.sonatype.plugins</groupId> |
71 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
72 | | - <version>1.6.8</version> |
| 70 | + <groupId>org.sonatype.central</groupId> |
| 71 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 72 | + <version>0.7.0</version> |
73 | 73 | <extensions>true</extensions> |
74 | 74 | <configuration> |
75 | | - <serverId>ossrh</serverId> |
76 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
77 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 75 | + <publishingServerId>central</publishingServerId> |
78 | 76 | </configuration> |
79 | 77 | </plugin> |
| 78 | +<!-- <plugin>--> |
| 79 | +<!-- <groupId>org.sonatype.plugins</groupId>--> |
| 80 | +<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 81 | +<!-- <version>1.6.8</version>--> |
| 82 | +<!-- <extensions>true</extensions>--> |
| 83 | +<!-- <configuration>--> |
| 84 | +<!-- <serverId>ossrh</serverId>--> |
| 85 | +<!-- <nexusUrl>https://oss.sonatype.org/</nexusUrl>--> |
| 86 | +<!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>--> |
| 87 | +<!-- </configuration>--> |
| 88 | +<!-- </plugin>--> |
80 | 89 | </plugins> |
81 | 90 | </build> |
82 | 91 | </profile> |
|
299 | 308 | </plugin> |
300 | 309 | </plugins> |
301 | 310 | </build> |
302 | | - |
303 | 311 | <distributionManagement> |
304 | 312 | <snapshotRepository> |
305 | | - <id>ossrh</id> |
306 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 313 | + <id>central</id> |
| 314 | + <url>https://central.sonatype.com</url> |
307 | 315 | </snapshotRepository> |
308 | 316 | <repository> |
309 | | - <id>ossrh</id> |
310 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url> |
| 317 | + <id>central</id> |
| 318 | + <url>https://central.sonatype.com</url> |
311 | 319 | </repository> |
| 320 | +<!-- <snapshotRepository>--> |
| 321 | +<!-- <id>ossrh</id>--> |
| 322 | +<!-- <url>https://oss.sonatype.org/content/repositories/snapshots</url>--> |
| 323 | +<!-- </snapshotRepository>--> |
| 324 | +<!-- <repository>--> |
| 325 | +<!-- <id>ossrh</id>--> |
| 326 | +<!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>--> |
| 327 | +<!-- </repository>--> |
312 | 328 | </distributionManagement> |
313 | 329 |
|
314 | 330 | </project> |
0 commit comments