Skip to content

Commit 1eca50f

Browse files
committed
Add new snapshot repo
1 parent d8ef3d0 commit 1eca50f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,18 +234,19 @@
234234

235235
</dependencies>
236236

237-
<!-- Need both Snapshot repos: new (most, anything under "tools.jackson")
237+
<!-- Need multiple Snapshot repos: new (most, anything under "tools.jackson")
238238
and old (for "com.fasterxml", mostly jackson-annotations)
239239
-->
240240
<repositories>
241+
<!-- 22-May-2025, tatu: tools.jackson from Central Portal -->
241242
<repository>
242-
<id>sonatype-nexus-snapshots-new</id>
243-
<name>Sonatype Nexus Snapshots (new)</name>
244-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
243+
<id>central-snapshots</id>
244+
<name>Sonatype Central Portal (snapshots)</name>
245+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
245246
<releases><enabled>false</enabled></releases>
246247
<snapshots><enabled>true</enabled></snapshots>
247248
</repository>
248-
<!-- and old repo for jackson-annotations -->
249+
<!-- and old OSSRH repo for jackson-annotations (until June 2025) -->
249250
<repository>
250251
<id>sonatype-nexus-snapshots-old</id>
251252
<name>Sonatype Nexus Snapshots (old)</name>

0 commit comments

Comments
 (0)