Skip to content

Commit db8d187

Browse files
committed
Remove old OSSRH snapshot repo
1 parent 16bc92f commit db8d187

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@
8181

8282
<!-- Alas, need to include snapshot reference since otherwise can not find
8383
snapshot of parent... -->
84-
<!-- 14-Jul-2022, tatu: Worse. We need both "new" and "old" Snapshot repositories
85-
because "jackson-annotations" is published via "old"
86-
-->
8784
<repositories>
8885
<!-- 13-May-2025, tatu: and now moving to Central Portal -->
8986
<repository>
@@ -93,13 +90,6 @@
9390
<releases><enabled>false</enabled></releases>
9491
<snapshots><enabled>true</enabled></snapshots>
9592
</repository>
96-
<repository>
97-
<id>sonatype-nexus-snapshots-old</id>
98-
<name>Sonatype Nexus Snapshots (old)</name>
99-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
100-
<releases><enabled>false</enabled></releases>
101-
<snapshots><enabled>true</enabled></snapshots>
102-
</repository>
10393
</repositories>
10494

10595
<build>

0 commit comments

Comments
 (0)