Skip to content

Commit aa7ab31

Browse files
committed
Manual pom.xml merge
1 parent 76950ae commit aa7ab31

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
@@ -74,13 +74,13 @@
7474

7575
</dependencies>
7676

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

0 commit comments

Comments
 (0)