Skip to content

Commit a2384dd

Browse files
committed
Manual pom.xml merge
1 parent b85f498 commit a2384dd

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
@@ -75,13 +75,13 @@
7575
</dependency>
7676
</dependencies>
7777

78-
<!-- Alas, need to include snapshot reference since otherwise can not find
79-
snapshot of parent... -->
78+
<!-- Need to include snapshot reference to find snapshot of parent -->
8079
<repositories>
80+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
8181
<repository>
82-
<id>sonatype-nexus-snapshots</id>
83-
<name>Sonatype Nexus Snapshots</name>
84-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
82+
<id>central-snapshots</id>
83+
<name>Sonatype Central Portal (snapshots)</name>
84+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8585
<releases><enabled>false</enabled></releases>
8686
<snapshots><enabled>true</enabled></snapshots>
8787
</repository>

0 commit comments

Comments
 (0)