Skip to content

Commit 99d6709

Browse files
committed
Manual pom.xml merge
1 parent 162fd28 commit 99d6709

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,13 @@
239239

240240
</dependencies>
241241

242+
<!-- Need to include snapshot reference to find snapshot of parent -->
242243
<repositories>
243-
<!-- to resolve snapshot versions, need this: -->
244+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
244245
<repository>
245-
<id>sonatype-nexus-snapshots</id>
246-
<name>Sonatype Nexus Snapshots</name>
247-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
246+
<id>central-snapshots</id>
247+
<name>Sonatype Central Portal (snapshots)</name>
248+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
248249
<releases><enabled>false</enabled></releases>
249250
<snapshots><enabled>true</enabled></snapshots>
250251
</repository>

0 commit comments

Comments
 (0)