Skip to content

Commit 99d2978

Browse files
committed
Manual pom.xml merge
1 parent 19dd780 commit 99d2978

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@
106106
</dependency>
107107
</dependencies>
108108

109-
<!-- Alas, need to include snapshot reference since otherwise can not find
110-
snapshot of parent... -->
109+
<!-- Need to include snapshot reference to find snapshot of parent -->
111110
<repositories>
111+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
112112
<repository>
113-
<id>sonatype-nexus-snapshots</id>
114-
<name>Sonatype Nexus Snapshots</name>
115-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
113+
<id>central-snapshots</id>
114+
<name>Sonatype Central Portal (snapshots)</name>
115+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
116116
<releases><enabled>false</enabled></releases>
117117
<snapshots><enabled>true</enabled></snapshots>
118118
</repository>

0 commit comments

Comments
 (0)