Skip to content

Commit

Permalink
Set version for maven-antrun-plugin
Browse files Browse the repository at this point in the history
It was missing but should be defined for reproducibility.

Version 1.3 was used so far. This version is configured in
maven-model-builder which implicitly is used as super pom.
  • Loading branch information
darxriggs committed Oct 19, 2019
1 parent e2003de commit a3c01da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,10 @@
<finalName>${project.artifactId}</finalName>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
Expand Down

0 comments on commit a3c01da

Please sign in to comment.