File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.
193193 </plugins >
194194 </build >
195195
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 -->
198197 <repositories >
198+ <!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
199199 <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 >
203203 <releases ><enabled >false</enabled ></releases >
204204 <snapshots ><enabled >true</enabled ></snapshots >
205205 </repository >
You can’t perform that action at this time.
0 commit comments