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 292292 </plugins >
293293 </build >
294294
295- <repositories >
296- <repository >
297- <id >snapshots-repo</id >
298- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
299- <releases >
300- <enabled >false</enabled >
301- </releases >
302- <snapshots >
303- <enabled >true</enabled >
304- </snapshots >
305- </repository >
306- </repositories >
295+ <!-- Need to include snapshot reference to find snapshot of parent -->
296+ <repositories >
297+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
298+ <repository >
299+ <id >central-snapshots</id >
300+ <name >Sonatype Central Portal (snapshots)</name >
301+ <url >https://central.sonatype.com/repository/maven-snapshots</url >
302+ <releases ><enabled >false</enabled ></releases >
303+ <snapshots ><enabled >true</enabled ></snapshots >
304+ </repository >
305+ </repositories >
307306</project >
You can’t perform that action at this time.
0 commit comments