File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
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://s01. oss.sonatype.org/</nexusUrl >
245+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
246246 <autoReleaseAfterClose >true</autoReleaseAfterClose >
247247 </configuration >
248248 </plugin >
283283
284284 <!-- For deploying to maven central -->
285285 <distributionManagement >
286+ <!-- Snapshot repository -->
286287 <snapshotRepository >
287288 <id >ossrh</id >
288- <url >https://s01. oss.sonatype.org/content/repositories/snapshots</url >
289+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
289290 </snapshotRepository >
290- <repository >
291- <id >ossrh</id >
292- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
293- </repository >
294291 </distributionManagement >
295292
296293 <!-- release profile for deploying -->
You can’t perform that action at this time.
0 commit comments