We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b95861 commit 29378b8Copy full SHA for 29378b8
1 file changed
pom.xml
@@ -9,6 +9,8 @@
9
<properties>
10
<spring.version>5.3.18</spring.version>
11
<geotools.version>20.0</geotools.version>
12
+ <maven.compiler.source>1.8</maven.compiler.source>
13
+ <maven.compiler.target>1.8</maven.compiler.target>
14
</properties>
15
<build>
16
<plugins>
@@ -111,7 +113,7 @@
111
113
<repository>
112
114
<id>osgeo</id>
115
<name>OSGeo repository</name>
- <url>http://download.osgeo.org/webdav/geotools/</url>
116
+ <url>http://repo.osgeo.org/repository/release</url>
117
</repository>
118
</repositories>
119
</project>
0 commit comments