Skip to content

Commit

Permalink
Merge pull request #127 from donbourne/update_compiler_source_target
Browse files Browse the repository at this point in the history
update mvn compiler source and target versions to 11
  • Loading branch information
mbroz2 authored Oct 1, 2024
2 parents 6ec5592 + ef42009 commit 968a8af
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 @@ -13,8 +13,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<!-- Plugin versions -->
<version.liberty-maven-plugin>3.7.1</version.liberty-maven-plugin>
<version.maven-failsafe-plugin>3.0.0</version.maven-failsafe-plugin>
Expand Down

0 comments on commit 968a8af

Please sign in to comment.