Skip to content

Commit

Permalink
build(dev-deps): set version of duplicate-finder-maven-plugin to 1.5.1
Browse files Browse the repository at this point in the history
There was a bug on missing version while releasing with rultor.

Ref: #1120 (comment)
  • Loading branch information
baudoliver7 committed May 30, 2022
1 parent 16ea922 commit f74add0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -383,8 +383,9 @@ SOFTWARE.
</executions>
</plugin>
<plugin>
<groupId>com.ning.maven.plugins</groupId>
<groupId>org.basepom.maven</groupId>
<artifactId>duplicate-finder-maven-plugin</artifactId>
<version>1.5.1</version>
<configuration>
<ignoredDependencies>
<dependency>
Expand Down

0 comments on commit f74add0

Please sign in to comment.