Skip to content

Commit

Permalink
There are a LOT of warnings that plugin is missing version.
Browse files Browse the repository at this point in the history
It is best practice to "lock down" plugin versions, as otherwise
they may become "moving target".
  • Loading branch information
cstamas committed Feb 23, 2023
1 parent 4d8bb2f commit 3758e38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand Down

0 comments on commit 3758e38

Please sign in to comment.