Skip to content

Commit 3ceac6d

Browse files
committed
Put old Snapshot repo back for Scala module access
1 parent 3fe1f10 commit 3ceac6d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,14 +218,22 @@
218218

219219
<!-- Need to include snapshot reference to find snapshot of parent -->
220220
<repositories>
221-
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
221+
<!-- 26-May-2025, tatu: now access snapshots via Central Portal -->
222222
<repository>
223223
<id>central-snapshots</id>
224224
<name>Sonatype Central Portal (snapshots)</name>
225225
<url>https://central.sonatype.com/repository/maven-snapshots</url>
226226
<releases><enabled>false</enabled></releases>
227227
<snapshots><enabled>true</enabled></snapshots>
228228
</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>
229237
</repositories>
230238

231239
<build>

0 commit comments

Comments
 (0)