Use planetiler snapshot from new maven url (#249)

Update pom.xml
This commit is contained in:
Michael Barry
2025-07-17 08:33:54 +02:00
committed by GitHub
parent 33ef0a7a24
commit ff68fa0ec6

View File

@@ -41,9 +41,9 @@
</repository> </repository>
<!-- Get planetiler snapshot builds from here: --> <!-- Get planetiler snapshot builds from here: -->
<repository> <repository>
<id>nexus-snapshots</id> <name>Central Portal Snapshots</name>
<name>Nexus SNAPSHOT Repository</name> <id>central-portal-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url> <url>https://central.sonatype.com/repository/maven-snapshots/</url>
<snapshots> <snapshots>
<enabled>true</enabled> <enabled>true</enabled>
</snapshots> </snapshots>