File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
distribution : ' temurin'
41
41
java-version : 17.0.x
42
- server-id : ossrh
42
+ server-id : central
43
43
server-username : OSSRH_USERNAME
44
44
server-password : OSSRH_TOKEN
45
45
gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 331
331
332
332
<distributionManagement >
333
333
<snapshotRepository >
334
- <id >ossrh </id >
334
+ <id >central </id >
335
335
<url >https://central.sonatype.com/repository/maven-snapshots/</url >
336
336
<layout >default</layout >
337
337
</snapshotRepository >
338
338
<repository >
339
- <id >ossrh </id >
339
+ <id >central </id >
340
340
<url >https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url >
341
341
<layout >default</layout >
342
342
</repository >
468
468
<artifactId >nexus-staging-maven-plugin</artifactId >
469
469
<extensions >true</extensions >
470
470
<configuration >
471
- <serverId >ossrh </serverId >
471
+ <serverId >central </serverId >
472
472
<nexusUrl >https://ossrh-staging-api.central.sonatype.com/</nexusUrl >
473
473
<autoReleaseAfterClose >true</autoReleaseAfterClose >
474
474
</configuration >
You can’t perform that action at this time.
0 commit comments