Skip to content

Commit

Permalink
Downgrade maven-pmd-plugin to 3.17.0 (apache/maven-pmd-plugin#91), up…
Browse files Browse the repository at this point in the history
…date PMD to 6.49.0
  • Loading branch information
reta committed Sep 5, 2022
1 parent c0d5bad commit 157e2cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.18.0</version>
<version>3.17.0</version>
<dependencies>
<dependency>
<groupId>org.apache.cxf.build-utils</groupId>
Expand All @@ -432,12 +432,12 @@
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-core</artifactId>
<version>6.44.0</version>
<version>6.49.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
<artifactId>pmd-java</artifactId>
<version>6.44.0</version>
<version>6.49.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 157e2cb

Please sign in to comment.