Skip to content

Commit 5ce9464

Browse files
committed
manual merge of pom.xml
1 parent a9cf685 commit 5ce9464

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
@@ -66,10 +66,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
6666
<!-- Alas, need to include snapshot reference since otherwise can not find
6767
snapshot of parent... -->
6868
<repositories>
69+
<!-- 26-May-2025, tatu: Using Sonatype Central Portal, will need this -->
6970
<repository>
70-
<id>sonatype-nexus-snapshots</id>
71-
<name>Sonatype Nexus Snapshots</name>
72-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
71+
<id>central-snapshots</id>
72+
<name>Sonatype Central Portal (snapshots)</name>
73+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
7374
<releases><enabled>false</enabled></releases>
7475
<snapshots><enabled>true</enabled></snapshots>
7576
</repository>

0 commit comments

Comments
 (0)