Skip to content

Commit a60e621

Browse files
committed
Manual pom.xml merge
1 parent ac6a4fc commit a60e621

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
</dependency>
5454
</dependencies>
5555

56-
<!-- Alas, need to include snapshot reference since otherwise can not find
57-
snapshot of parent... -->
56+
<!-- Need to include snapshot reference to find snapshot of parent -->
5857
<repositories>
58+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
5959
<repository>
60-
<id>sonatype-nexus-snapshots</id>
61-
<name>Sonatype Nexus Snapshots</name>
62-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
60+
<id>central-snapshots</id>
61+
<name>Sonatype Central Portal (snapshots)</name>
62+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
6363
<releases><enabled>false</enabled></releases>
6464
<snapshots><enabled>true</enabled></snapshots>
6565
</repository>

0 commit comments

Comments
 (0)