Skip to content

Commit

Permalink
Switch the java version to 17.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Sep 19, 2024
1 parent 67dd344 commit 0920bae
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 @@ -4,7 +4,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>4.14.0-SNAPSHOT</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Java coding style</name>
Expand Down Expand Up @@ -56,7 +56,7 @@
<properties>
<source.encoding>UTF-8</source.encoding>
<project.build.sourceEncoding>${source.encoding}</project.build.sourceEncoding>
<java.version>11</java.version>
<java.version>17</java.version>

<module.name>${project.groupId}.codingstyle</module.name>

Expand Down

0 comments on commit 0920bae

Please sign in to comment.