File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 <enforceVersions >true</enforceVersions >
9595 <enforceTripHazards >true</enforceTripHazards >
9696
97- <central .sonatype.url>https://central.sonatype.com/repository/maven-snapshots/ </central .sonatype.url>
97+ <central .sonatype.url>https://central.sonatype.com</central .sonatype.url>
9898 <central .serverId>central-publisher</central .serverId>
9999 <central .autoPublish>true</central .autoPublish>
100+ <central .waitUntil>validated</central .waitUntil>
100101 <central .skipPublishing>false</central .skipPublishing>
101102 </properties >
102103
197198 <configuration >
198199 <publishingServerId >${central.serverId} </publishingServerId >
199200 <autoPublish >${central.autoPublish} </autoPublish >
201+ <waitUntil >${central.waitUntil} </waitUntil >
200202 <skipPublishing >${central.skipPublishing} </skipPublishing >
201203 </configuration >
202204 </plugin >
517519 <snapshotRepository >
518520 <uniqueVersion >true</uniqueVersion >
519521 <id >${central.serverId} </id >
520- <url >${central.sonatype.url} </url >
522+ <url >${central.sonatype.url} /repository/maven-snapshots/ </url >
521523 <layout >default</layout >
522524 </snapshotRepository >
525+ <repository >
526+ <id >${central.serverId} </id >
527+ <url >${central.sonatype.url} </url >
528+ </repository >
523529 </distributionManagement >
524530
525531 <repositories >
You can’t perform that action at this time.
0 commit comments