Skip to content

Commit

Permalink
fixing:
Browse files Browse the repository at this point in the history
* source/target bytecode version (java11 compiler can handle it)
* osgeo repo URL

See #10
  • Loading branch information
pmauduit committed Dec 26, 2022
1 parent 0b95861 commit 29378b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<properties>
<spring.version>5.3.18</spring.version>
<geotools.version>20.0</geotools.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -111,7 +113,7 @@
<repository>
<id>osgeo</id>
<name>OSGeo repository</name>
<url>http://download.osgeo.org/webdav/geotools/</url>
<url>http://repo.osgeo.org/repository/release</url>
</repository>
</repositories>
</project>

0 comments on commit 29378b8

Please sign in to comment.