Skip to content

Commit

Permalink
chore(build): upgrade POM Checker to v1.13.0
Browse files Browse the repository at this point in the history
We work around the Maven Plugin limitation by using the enforcer plugin.
No need to stay on 1.7.0.
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 04d9790 commit 67dd4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>

<pomchecker.version>1.7.0</pomchecker.version>
<pomchecker.version>1.13.0</pomchecker.version>
<nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version>
<checkstyle-maven-plugin.version>3.5.0</checkstyle-maven-plugin.version>
<checkstyle.version>10.18.2</checkstyle.version>
Expand Down

0 comments on commit 67dd4be

Please sign in to comment.