File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 242
242
<extensions >true</extensions >
243
243
<configuration >
244
244
<serverId >ossrh</serverId >
245
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
245
+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
246
246
<autoReleaseAfterClose >true</autoReleaseAfterClose >
247
247
</configuration >
248
248
</plugin >
283
283
284
284
<!-- For deploying to maven central -->
285
285
<distributionManagement >
286
- <!-- Snapshot repository -->
287
286
<snapshotRepository >
288
287
<id >ossrh</id >
289
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
288
+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
290
289
</snapshotRepository >
290
+ <repository >
291
+ <id >ossrh</id >
292
+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
293
+ </repository >
291
294
</distributionManagement >
292
295
293
296
<!-- release profile for deploying -->
You can’t perform that action at this time.
0 commit comments