File tree 1 file changed +9
-1
lines changed 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 241
241
242
242
<!-- Need to include snapshot reference to find snapshot of parent -->
243
243
<repositories >
244
- <!-- 13 -May-2025, tatu: now access snapshots via Central Portal -->
244
+ <!-- 26 -May-2025, tatu: now access snapshots via Central Portal -->
245
245
<repository >
246
246
<id >central-snapshots</id >
247
247
<name >Sonatype Central Portal (snapshots)</name >
248
248
<url >https://central.sonatype.com/repository/maven-snapshots</url >
249
249
<releases ><enabled >false</enabled ></releases >
250
250
<snapshots ><enabled >true</enabled ></snapshots >
251
251
</repository >
252
+ <!-- 26-May-2025, tatu: Still need old Snapshots, for now, for Scala module -->
253
+ <repository >
254
+ <id >sonatype-nexus-snapshots</id >
255
+ <name >Sonatype Nexus Snapshots</name >
256
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
257
+ <releases ><enabled >false</enabled ></releases >
258
+ <snapshots ><enabled >true</enabled ></snapshots >
259
+ </repository >
252
260
</repositories >
253
261
254
262
<build >
You can’t perform that action at this time.
0 commit comments