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 242242 <extensions >true</extensions >
243243 <configuration >
244244 <serverId >ossrh</serverId >
245- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
245+ <nexusUrl >https://s01. oss.sonatype.org/</nexusUrl >
246246 <autoReleaseAfterClose >true</autoReleaseAfterClose >
247247 </configuration >
248248 </plugin >
283283
284284 <!-- For deploying to maven central -->
285285 <distributionManagement >
286- <!-- Snapshot repository -->
287286 <snapshotRepository >
288287 <id >ossrh</id >
289- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
288+ <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
290289 </snapshotRepository >
290+ <repository >
291+ <id >ossrh</id >
292+ <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
293+ </repository >
291294 </distributionManagement >
292295
293296 <!-- release profile for deploying -->
You can’t perform that action at this time.
0 commit comments