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>
<!-- Get planetiler snapshot builds from here: -->
<repository>
<id>nexus-snapshots</id>
<name>Nexus SNAPSHOT Repository</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<name>Central Portal Snapshots</name>
<id>central-portal-snapshots</id>
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>