Skip to content

Commit

Permalink
Update duplicate-finder plugin
Browse files Browse the repository at this point in the history
Do a major version update and introduce another requirement beyond
Java 8.
  • Loading branch information
nelbrecht committed Feb 28, 2024
1 parent d0e8133 commit 1668f55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<maven.minimum.java.version>1.8</maven.minimum.java.version>
<maven.minimum.java.version>17</maven.minimum.java.version>
<maven.compiler.release>21</maven.compiler.release>
<maven.minimum.version>3.6.3</maven.minimum.version>

<maven-clean-plugin.version>3.3.2</maven-clean-plugin.version>
Expand Down Expand Up @@ -434,7 +433,7 @@
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<duplicate-finder-maven-plugin.version>1.5.1</duplicate-finder-maven-plugin.version>
<duplicate-finder-maven-plugin.version>2.0.1</duplicate-finder-maven-plugin.version>
</properties>
<build>
<pluginManagement>
Expand Down

0 comments on commit 1668f55

Please sign in to comment.