File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -66,10 +66,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
66
66
<!-- Alas, need to include snapshot reference since otherwise can not find
67
67
snapshot of parent... -->
68
68
<repositories >
69
+ <!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this -->
69
70
<repository >
70
- <id >sonatype-nexus -snapshots</id >
71
- <name >Sonatype Nexus Snapshots </name >
72
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
71
+ <id >central -snapshots</id >
72
+ <name >Sonatype Central Portal (snapshots) </name >
73
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
73
74
<releases ><enabled >false</enabled ></releases >
74
75
<snapshots ><enabled >true</enabled ></snapshots >
75
76
</repository >
You can’t perform that action at this time.
0 commit comments