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 de7155b commit 000243aCopy full SHA for 000243a
pom.xml
@@ -159,10 +159,11 @@
159
<!-- Alas, need to include snapshot reference since otherwise can not find
160
snapshot of parent... -->
161
<repositories>
162
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
163
<repository>
- <id>sonatype-nexus-snapshots</id>
164
- <name>Sonatype Nexus Snapshots</name>
165
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-snapshots</id>
+ <name>Sonatype Central Portal (snapshots)</name>
166
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
167
<releases><enabled>false</enabled></releases>
168
<snapshots><enabled>true</enabled></snapshots>
169
</repository>
0 commit comments