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