Skip to content

Commit

Permalink
Migrate property value to be compatible with --release flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo committed Nov 23, 2022
1 parent 08d26c2 commit 6e35f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<copyright.template>make/copyright-information/copyright.txt</copyright.template>
<copyright.update>false</copyright.update>

<jdkVersion>1.8</jdkVersion>
<jdkVersion>8</jdkVersion>
<maven.compiler.source>${jdkVersion}</maven.compiler.source>
<maven.compiler.target>${jdkVersion}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 6e35f81

Please sign in to comment.