Skip to content

Commit

Permalink
Merge pull request #51 from Andre601/release/3.5.0-use-java-11
Browse files Browse the repository at this point in the history
Drop Java 8, 9, 10 support
  • Loading branch information
Andre601 authored May 16, 2021
2 parents e49d0fa + 57ae97a commit 2be6500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plugin.version>3.4.1</plugin.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
</properties>

<modules>
Expand Down

0 comments on commit 2be6500

Please sign in to comment.