Skip to content

Commit

Permalink
chore(build): downgrade POM Checker plugin to v1.7.0
Browse files Browse the repository at this point in the history
To maintain compatibility with GitHub Actions that run Maven 3.8.8 by
default, we need to downgrade to a plugin version before 1.8.0.

See also: kordamp/pomchecker@8b8a94e
See also: actions/runner-images#10715
  • Loading branch information
poikilotherm committed Oct 18, 2024
1 parent 2a134c0 commit 04d9790
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.11.0</pomchecker.version>
<pomchecker.version>1.7.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 04d9790

Please sign in to comment.