Skip to content

Commit

Permalink
update pom to version of example project
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Oct 26, 2023
1 parent 6efa493 commit b987d9a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<repositories>
Expand Down Expand Up @@ -176,7 +175,7 @@
<!-- https://stackoverflow.com/questions/27429097/geotools-cannot-find-hsql-epsg-db-throws-error-nosuchauthoritycodeexception/27431381#27431381)-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.2</version>
<version>3.4.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -215,10 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>16</source>
<target>16</target>
</configuration>
<version>3.11.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit b987d9a

Please sign in to comment.