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 a9cf685 commit 5ce9464Copy full SHA for 5ce9464
pom.xml
@@ -66,10 +66,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
66
<!-- Alas, need to include snapshot reference since otherwise can not find
67
snapshot of parent... -->
68
<repositories>
69
+ <!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this -->
70
<repository>
- <id>sonatype-nexus-snapshots</id>
71
- <name>Sonatype Nexus Snapshots</name>
72
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+ <id>central-snapshots</id>
+ <name>Sonatype Central Portal (snapshots)</name>
73
+ <url>https://central.sonatype.com/repository/maven-snapshots</url>
74
<releases><enabled>false</enabled></releases>
75
<snapshots><enabled>true</enabled></snapshots>
76
</repository>
0 commit comments