Skip to content

Commit

Permalink
Update pom parent
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jul 26, 2024
1 parent c2b85ec commit 078a09a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</distributionManagement>

<properties>
<jdk.version>8</jdk.version>
<jdk.version>1.8</jdk.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco.version>0.8.7</jacoco.version>
<sonar.coverage.jacoco.xmlReportPaths>
Expand Down Expand Up @@ -109,7 +109,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>8</version>
<version>1.8</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.3.9</version>
Expand Down Expand Up @@ -178,8 +178,6 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<release>${jdk.version}</release>
<testRelease>${jdk.version}</testRelease>
<target>${jdk.version}</target>
<source>${jdk.version}</source>
</configuration>
Expand Down

0 comments on commit 078a09a

Please sign in to comment.