Skip to content

Commit

Permalink
[CI] Prioritise maven central for downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
hylkevds committed Sep 7, 2023
1 parent aa2c43f commit b702675
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,12 @@

<repositories>
<repository>
<id>osgeo</id>
<id>1_maven_central</id>
<name>Maven Central</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>2_osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
</repository>
Expand Down

0 comments on commit b702675

Please sign in to comment.