Skip to content

Commit 686b5dc

Browse files
committed
Manual merge of pom.xml
1 parent c33e331 commit 686b5dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,11 @@
180180
<!-- Alas, need to include snapshot reference since otherwise can not find
181181
snapshot of parent... -->
182182
<repositories>
183+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
183184
<repository>
184-
<id>sonatype-nexus-snapshots</id>
185-
<name>Sonatype Nexus Snapshots</name>
186-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
185+
<id>central-snapshots</id>
186+
<name>Sonatype Central Portal (snapshots)</name>
187+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
187188
<releases><enabled>false</enabled></releases>
188189
<snapshots><enabled>true</enabled></snapshots>
189190
</repository>

0 commit comments

Comments
 (0)