File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 373373 <configuration >
374374 <publishingServerId >central</publishingServerId >
375375 <centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
376+ <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
376377 </configuration >
377378 </plugin >
378379 <plugin >
Original file line number Diff line number Diff line change 159159 <configuration >
160160 <publishingServerId >central</publishingServerId >
161161 <centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
162+ <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
162163 </configuration >
163164 </plugin >
164165 <plugin >
Original file line number Diff line number Diff line change 252252 <configuration >
253253 <publishingServerId >central</publishingServerId >
254254 <centralBaseUrl >https://central.sonatype.com</centralBaseUrl >
255+ <centralSnapshotsUrl >https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl >
255256 </configuration >
256257 </plugin >
257258 <plugin >
287288 </build >
288289 </profile >
289290 </profiles >
290-
291- <distributionManagement >
292- <repository >
293- <name >Central Portal Snapshots</name >
294- <id >central-portal-snapshots</id >
295- <url >https://central.sonatype.com/repository/maven-snapshots/</url >
296- <releases >
297- <enabled >false</enabled >
298- </releases >
299- <snapshots >
300- <enabled >true</enabled >
301- </snapshots >
302- </repository >
303- </distributionManagement >
304291</project >
You can’t perform that action at this time.
0 commit comments