Skip to content

Commit b0fb66f

Browse files
committed
fixed build
1 parent f6c6d01 commit b0fb66f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

geotools-suite/pom.xml

+8-3
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,14 @@
160160

161161
<repositories>
162162
<repository>
163-
<id>osgeo</id>
164-
<name>Open Source Geospatial Foundation Repository</name>
165-
<url>http://download.osgeo.org/webdav/geotools/</url>
163+
<id>osgeo-gt</id>
164+
<name>Open Source Geospatial Foundation Repository Geotools</name>
165+
<url>https://repo.osgeo.org/repository/geotools-releases/</url>
166+
</repository>
167+
<repository>
168+
<id>osgeo-jt</id>
169+
<name>Open Source Geospatial Foundation Repository GeoSolutions</name>
170+
<url>https://repo.osgeo.org/repository/geo-solutions-cache/</url>
166171
</repository>
167172
</repositories>
168173

0 commit comments

Comments
 (0)