File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -193,13 +193,13 @@ alternative support for serializing POJOs as XML and deserializing XML as POJOs.
193
193
</plugins >
194
194
</build >
195
195
196
- <!-- Alas, need to include snapshot reference since otherwise can not find
197
- snapshot of parent... -->
196
+ <!-- Need to include snapshot reference to find snapshot of parent -->
198
197
<repositories >
198
+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
199
199
<repository >
200
- <id >sonatype-nexus -snapshots</id >
201
- <name >Sonatype Nexus Snapshots </name >
202
- <url >https://oss .sonatype.org/content/repositories/ snapshots</url >
200
+ <id >central -snapshots</id >
201
+ <name >Sonatype Central Portal (snapshots) </name >
202
+ <url >https://central .sonatype.com/repository/maven- snapshots</url >
203
203
<releases ><enabled >false</enabled ></releases >
204
204
<snapshots ><enabled >true</enabled ></snapshots >
205
205
</repository >
You can’t perform that action at this time.
0 commit comments