Skip to content

Commit 5b4de83

Browse files
committed
Manual pom.xml merge
1 parent e6b3d83 commit 5b4de83

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

pom.xml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -152,27 +152,18 @@
152152
</dependency>
153153
</dependencies>
154154

155-
<!-- Alas, need 2 snapshot repos for "old" and "new" ones
156-
(com.fasterxml under old; tools.jackson "new")
157-
-->
158-
<repositories>
159-
<repository>
160-
<id>sonatype-nexus-snapshots-new</id>
161-
<name>Sonatype Nexus Snapshots (new)</name>
162-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
155+
<!-- Need to include snapshot reference to find snapshot of parent -->
156+
<repositories>
157+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
158+
<repository>
159+
<id>central-snapshots</id>
160+
<name>Sonatype Central Portal (snapshots)</name>
161+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
163162
<releases><enabled>false</enabled></releases>
164163
<snapshots><enabled>true</enabled></snapshots>
165-
</repository>
166-
<!-- and old repo for jackson-annotations -->
167-
<repository>
168-
<id>sonatype-nexus-snapshots-old</id>
169-
<name>Sonatype Nexus Snapshots (old)</name>
170-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
171-
<releases><enabled>false</enabled></releases>
172-
<snapshots><enabled>true</enabled></snapshots>
173-
</repository>
174-
</repositories>
175-
164+
</repository>
165+
</repositories>
166+
176167
<build>
177168
<plugins>
178169
<plugin>

0 commit comments

Comments
 (0)