Skip to content

Commit

Permalink
fix(pom): update geotools repo URL
Browse files Browse the repository at this point in the history
On April 11, 2020, the geotools repo changed locations to repo.osgeo.org (see
https://web.archive.org/web/20200413163145/https://www.osgeo.org/foundation-news/new-osgeo-repo/).
  • Loading branch information
landonreed committed Apr 13, 2020
1 parent c52a020 commit 9b11ec7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,10 @@
<repositories>
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>https://download.osgeo.org/webdav/geotools/</url>
<name>OSGeo Release Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
<snapshots><enabled>false</enabled></snapshots>
<releases><enabled>true</enabled></releases>
</repository>
<!-- used for importing java projects from github -->
<repository>
Expand Down

0 comments on commit 9b11ec7

Please sign in to comment.