Skip to content

Commit

Permalink
Set compiler.source and compiler.target to javaVersion property witho…
Browse files Browse the repository at this point in the history
…ut "1.x" prefix
  • Loading branch information
slachiewicz committed May 28, 2023
1 parent f482aa6 commit a417bac
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 @@ -335,8 +335,8 @@ limitations under the License.

<properties>
<javaVersion>8</javaVersion>
<maven.compiler.source>1.${javaVersion}</maven.compiler.source>
<maven.compiler.target>1.${javaVersion}</maven.compiler.target>
<maven.compiler.source>${javaVersion}</maven.compiler.source>
<maven.compiler.target>${javaVersion}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<plexusDistMgmtSnapshotsUrl>https://oss.sonatype.org/content/repositories/plexus-snapshots</plexusDistMgmtSnapshotsUrl>
<project.build.outputTimestamp>2023-05-22T15:02:18Z</project.build.outputTimestamp>
Expand Down

0 comments on commit a417bac

Please sign in to comment.