Skip to content

Commit 000243a

Browse files
committed
Switch snapshot access to central portal
1 parent de7155b commit 000243a

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
@@ -159,10 +159,11 @@
159159
<!-- Alas, need to include snapshot reference since otherwise can not find
160160
snapshot of parent... -->
161161
<repositories>
162+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
162163
<repository>
163-
<id>sonatype-nexus-snapshots</id>
164-
<name>Sonatype Nexus Snapshots</name>
165-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
164+
<id>central-snapshots</id>
165+
<name>Sonatype Central Portal (snapshots)</name>
166+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
166167
<releases><enabled>false</enabled></releases>
167168
<snapshots><enabled>true</enabled></snapshots>
168169
</repository>

0 commit comments

Comments
 (0)