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 33
33
34
34
<distributionManagement >
35
35
<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 >
38
38
</snapshotRepository >
39
39
<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 >
42
42
</repository >
43
43
</distributionManagement >
44
44
386
386
<version >1.6.13</version >
387
387
<extensions >true</extensions >
388
388
<configuration >
389
- <serverId >ossrh </serverId >
390
- <nexusUrl >https://oss .sonatype.org /</nexusUrl >
389
+ <serverId >central </serverId >
390
+ <nexusUrl >https://central .sonatype.com /</nexusUrl >
391
391
<autoReleaseAfterClose >true</autoReleaseAfterClose >
392
- <connectTimeout >600000</connectTimeout > <!-- 10 minutes -->
393
- <readTimeout >600000</readTimeout > <!-- 10 minutes -->
392
+ <connectTimeout >600000</connectTimeout >
393
+ <readTimeout >600000</readTimeout >
394
394
</configuration >
395
395
</plugin >
396
396
</plugins >
You can’t perform that action at this time.
0 commit comments