You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/09/05 14:22:39 UTC

[cxf] branch main updated: Downgrade maven-pmd-plugin to 3.17.0 (https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new f03ffbee05 Downgrade maven-pmd-plugin to 3.17.0 (https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0
f03ffbee05 is described below

commit f03ffbee0585fd5da6a319ef502f45793cb9a20c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 21:22:17 2022 -0400

    Downgrade maven-pmd-plugin to 3.17.0 (https://github.com/apache/maven-pmd-plugin/pull/91), update PMD to 6.49.0
---
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 56f2276439..1bf8c4a540 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -425,7 +425,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>
@@ -435,12 +435,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>