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 76950ae commit aa7ab31Copy full SHA for aa7ab31
pom.xml
@@ -74,13 +74,13 @@
74
75
</dependencies>
76
77
- <!-- Alas, need to include snapshot reference since otherwise can not find
78
- snapshot of parent... -->
+ <!-- Need to include snapshot reference to find snapshot of parent -->
79
<repositories>
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
80
<repository>
81
- <id>sonatype-nexus-snapshots</id>
82
- <name>Sonatype Nexus Snapshots</name>
83
- <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>
84
<releases><enabled>false</enabled></releases>
85
<snapshots><enabled>true</enabled></snapshots>
86
</repository>
0 commit comments