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 ac6a4fc commit a60e621Copy full SHA for a60e621
1 file changed
pom.xml
@@ -53,13 +53,13 @@
53
</dependency>
54
</dependencies>
55
56
- <!-- Alas, need to include snapshot reference since otherwise can not find
57
- snapshot of parent... -->
+ <!-- Need to include snapshot reference to find snapshot of parent -->
58
<repositories>
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
59
<repository>
60
- <id>sonatype-nexus-snapshots</id>
61
- <name>Sonatype Nexus Snapshots</name>
62
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-snapshots</id>
+ <name>Sonatype Central Portal (snapshots)</name>
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
63
<releases><enabled>false</enabled></releases>
64
<snapshots><enabled>true</enabled></snapshots>
65
</repository>
0 commit comments