Skip to content

Commit e59ebd2

Browse files
committed
Manual pom.xml merge
1 parent b493a98 commit e59ebd2

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

pom.xml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -292,16 +292,15 @@
292292
</plugins>
293293
</build>
294294

295-
<repositories>
296-
<repository>
297-
<id>snapshots-repo</id>
298-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
299-
<releases>
300-
<enabled>false</enabled>
301-
</releases>
302-
<snapshots>
303-
<enabled>true</enabled>
304-
</snapshots>
305-
</repository>
306-
</repositories>
295+
<!-- Need to include snapshot reference to find snapshot of parent -->
296+
<repositories>
297+
<!-- 13-May-2025, tatu: now access snapshots via Central Portal -->
298+
<repository>
299+
<id>central-snapshots</id>
300+
<name>Sonatype Central Portal (snapshots)</name>
301+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
302+
<releases><enabled>false</enabled></releases>
303+
<snapshots><enabled>true</enabled></snapshots>
304+
</repository>
305+
</repositories>
307306
</project>

0 commit comments

Comments
 (0)