File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 172
172
173
173
<distributionManagement >
174
174
<snapshotRepository >
175
- <id >ossrh </id >
176
- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
175
+ <id >central </id >
176
+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
177
177
</snapshotRepository >
178
178
<repository >
179
- <id >ossrh </id >
180
- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2/</url >
179
+ <id >central </id >
180
+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/</url >
181
181
</repository >
182
182
</distributionManagement >
183
183
450
450
<plugin >
451
451
<groupId >org.sonatype.plugins</groupId >
452
452
<artifactId >nexus-staging-maven-plugin</artifactId >
453
- <version >1.6.8 </version >
453
+ <version >1.6.13 </version >
454
454
<extensions >true</extensions >
455
455
<configuration >
456
- <serverId >ossrh </serverId >
457
- <nexusUrl >https://oss. sonatype.org /</nexusUrl >
456
+ <serverId >central </serverId >
457
+ <nexusUrl >https://ossrh-staging-api.central. sonatype.com /</nexusUrl >
458
458
<autoReleaseAfterClose >true</autoReleaseAfterClose >
459
459
</configuration >
460
460
</plugin >
Original file line number Diff line number Diff line change 53
53
set -eE
54
54
{
55
55
echo -e "<settings><servers><server>"
56
- echo -e "<id>ossrh </id><username>$(SONATYPE_USERNAME)</username>"
56
+ echo -e "<id>central </id><username>$(SONATYPE_USERNAME)</username>"
57
57
echo -e "<password>$(SONATYPE_PASSWORD)</password>"
58
58
echo -e "</server></servers></settings>"
59
59
} > $(temp_cfg)
You can’t perform that action at this time.
0 commit comments