JAVA-5975 Fixed repository download issues (#10959)

* JAVA-5975 Fixed repository download issues

* JAVA-5975 Fixed repository download issues
This commit is contained in:
Dhawal Kapil
2021-06-26 01:00:41 +05:30
committed by GitHub
parent 1562f31617
commit 8f7e0e175f
3 changed files with 18 additions and 6 deletions

View File

@@ -36,9 +36,9 @@
<repositories>
<repository>
<id>osgeo</id>
<name>Open Source Geospatial Foundation Repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<id>osgeo-release</id>
<name>OSGeo Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
</repository>
</repositories>