Skip to content

Commit 2d85367

Browse files
committed
Manual pom.xml merge
1 parent 02ce009 commit 2d85367

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,17 @@ https://stackoverflow.com/questions/44088493/jersey-stopped-working-with-injecti
141141
</dependency>
142142
</dependencies>
143143

144-
<!-- Alas, need to include snapshot reference since otherwise can not find
145-
snapshot of parent... -->
144+
<!-- Need to include snapshot reference to find snapshot of parent -->
146145
<repositories>
146+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
147147
<repository>
148-
<id>sonatype-nexus-snapshots</id>
149-
<name>Sonatype Nexus Snapshots</name>
150-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
148+
<id>central-snapshots</id>
149+
<name>Sonatype Central Portal (snapshots)</name>
150+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
151151
<releases><enabled>false</enabled></releases>
152152
<snapshots><enabled>true</enabled></snapshots>
153153
</repository>
154-
</repositories>
154+
</repositories>
155155

156156
<build>
157157
<pluginManagement>

0 commit comments

Comments
 (0)