Skip to content

Commit

Permalink
Fix the java version property name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuettner committed Oct 5, 2023
1 parent 99cc91f commit a6eb60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</licenses>

<properties>
<version.java>17</version.java>
<java.version>17</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a6eb60f

Please sign in to comment.