File tree Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Expand file tree Collapse file tree 2 files changed +8
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333
3434 <distributionManagement >
3535 <snapshotRepository >
36- <id >ossrh </id >
37- <url >https://oss .sonatype.org /content/repositories/snapshots</url >
36+ <id >central </id >
37+ <url >https://central .sonatype.com /content/repositories/snapshots</url >
3838 </snapshotRepository >
3939 <repository >
40- <id >ossrh </id >
41- <url >https://oss .sonatype.org /service/local/staging/deploy/maven2/</url >
40+ <id >central </id >
41+ <url >https://central .sonatype.com /service/local/staging/deploy/maven2/</url >
4242 </repository >
4343 </distributionManagement >
4444
386386 <version >1.6.13</version >
387387 <extensions >true</extensions >
388388 <configuration >
389- <serverId >ossrh </serverId >
390- <nexusUrl >https://oss .sonatype.org /</nexusUrl >
389+ <serverId >central </serverId >
390+ <nexusUrl >https://central .sonatype.com /</nexusUrl >
391391 <autoReleaseAfterClose >true</autoReleaseAfterClose >
392- <connectTimeout >600000</connectTimeout > <!-- 10 minutes -->
393- <readTimeout >600000</readTimeout > <!-- 10 minutes -->
392+ <connectTimeout >600000</connectTimeout >
393+ <readTimeout >600000</readTimeout >
394394 </configuration >
395395 </plugin >
396396 </plugins >
You can’t perform that action at this time.
0 commit comments