File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
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://s01. oss.sonatype.org/</nexusUrl >
245
+ <nexusUrl >https://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 -->
286
287
<snapshotRepository >
287
288
<id >ossrh</id >
288
- <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
289
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
289
290
</snapshotRepository >
290
- <repository >
291
- <id >ossrh</id >
292
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
293
- </repository >
294
291
</distributionManagement >
295
292
296
293
<!-- release profile for deploying -->
You can’t perform that action at this time.
0 commit comments