We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33e331 commit 686b5dcCopy full SHA for 686b5dc
pom.xml
@@ -180,10 +180,11 @@
180
<!-- Alas, need to include snapshot reference since otherwise can not find
181
snapshot of parent... -->
182
<repositories>
183
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
184
<repository>
- <id>sonatype-nexus-snapshots</id>
185
- <name>Sonatype Nexus Snapshots</name>
186
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-snapshots</id>
+ <name>Sonatype Central Portal (snapshots)</name>
187
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
188
<releases><enabled>false</enabled></releases>
189
<snapshots><enabled>true</enabled></snapshots>
190
</repository>
0 commit comments