File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 289289 </plugins >
290290 </build >
291291
292- <repositories >
293- <repository >
294- <id >snapshots-repo</id >
295- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
296- <releases >
297- <enabled >false</enabled >
298- </releases >
299- <snapshots >
300- <enabled >true</enabled >
301- </snapshots >
302- </repository >
303- </repositories >
292+ <!-- Need to include snapshot reference to find snapshot of parent -->
293+ <repositories >
294+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
295+ <repository >
296+ <id >central-snapshots</id >
297+ <name >Sonatype Central Portal (snapshots)</name >
298+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
299+ <releases ><enabled >false</enabled ></releases >
300+ <snapshots ><enabled >true</enabled ></snapshots >
301+ </repository >
302+ </repositories >
304303</project >
You can’t perform that action at this time.
0 commit comments