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 218
218
219
219
<!-- Need to include snapshot reference to find snapshot of parent -->
220
220
<repositories >
221
- <!-- 13 -May-2025, tatu: now access snapshots via Central Portal -->
221
+ <!-- 26 -May-2025, tatu: now access snapshots via Central Portal -->
222
222
<repository >
223
223
<id >central-snapshots</id >
224
224
<name >Sonatype Central Portal (snapshots)</name >
225
225
<url >https://central.sonatype.com/repository/maven-snapshots</url >
226
226
<releases ><enabled >false</enabled ></releases >
227
227
<snapshots ><enabled >true</enabled ></snapshots >
228
228
</repository >
229
+ <!-- 26-May-2025, tatu: Still need old Snapshots, for now, for Scala module -->
230
+ <repository >
231
+ <id >sonatype-nexus-snapshots</id >
232
+ <name >Sonatype Nexus Snapshots</name >
233
+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
234
+ <releases ><enabled >false</enabled ></releases >
235
+ <snapshots ><enabled >true</enabled ></snapshots >
236
+ </repository >
229
237
</repositories >
230
238
231
239
<build >
You can’t perform that action at this time.
0 commit comments