Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7868e7a

Browse files
committed
Upgrade duplicate-finder-maven-plugin to 2.0.1
1 parent ccf6aa0 commit 7868e7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Platform 3.29
33
* Maven plugin upgrades
44

55
- maven-surefire-plugin to 3.5.2 (was 2.22.2)
6+
- duplicate-finder-maven-plugin to 2.0.1 (was 1.5.0)
67

78
Platform 3.28
89

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
<plugin>
351351
<groupId>org.basepom.maven</groupId>
352352
<artifactId>duplicate-finder-maven-plugin</artifactId>
353-
<version>1.5.0</version>
353+
<version>2.0.1</version>
354354
<configuration>
355355
<skip>${platform.check.skip-duplicate-finder}</skip>
356356
<failBuildInCaseOfConflict>${platform.check.fail-duplicate-finder}</failBuildInCaseOfConflict>

0 commit comments

Comments
 (0)