Skip to content

Commit 2a1e3f1

Browse files
committed
manual merge of pom.xml
1 parent 9a787d2 commit 2a1e3f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
6868
<!-- Alas, need to include snapshot reference since otherwise can not find
6969
snapshot of parent... -->
7070
<repositories>
71+
<!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this -->
7172
<repository>
72-
<id>sonatype-nexus-snapshots</id>
73-
<name>Sonatype Nexus Snapshots</name>
74-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
73+
<id>central-snapshots</id>
74+
<name>Sonatype Central Portal (snapshots)</name>
75+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
7576
<releases><enabled>false</enabled></releases>
7677
<snapshots><enabled>true</enabled></snapshots>
7778
</repository>

0 commit comments

Comments
 (0)