Skip to content

Commit d3b96fd

Browse files
committed
Manual pom.xml merge
1 parent 7b5007b commit d3b96fd

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
@@ -241,14 +241,22 @@
241241

242242
<!-- Need to include snapshot reference to find snapshot of parent -->
243243
<repositories>
244-
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
244+
<!-- 26-May-2025, tatu: now access snapshots via Central Portal -->
245245
<repository>
246246
<id>central-snapshots</id>
247247
<name>Sonatype Central Portal (snapshots)</name>
248248
<url>https://central.sonatype.com/repository/maven-snapshots</url>
249249
<releases><enabled>false</enabled></releases>
250250
<snapshots><enabled>true</enabled></snapshots>
251251
</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>
252260
</repositories>
253261

254262
<build>

0 commit comments

Comments
 (0)