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 4395f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.gdcc</groupId>
<artifactId>parent</artifactId>
<version>0.10.0-SNAPSHOT</version>
<version>0.10.0</version>

<organization>
<name>Global Dataverse Community Consortium</name>
Expand Down 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 4395f19

Please sign in to comment.