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/04 19:25:33 UTC

[cxf] 01/03: Update maven-pmd-plugin to 3.18.0

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 3e83c742e89621b37b4668768918e90b966d17b6
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Sep 4 11:01:30 2022 -0400

    Update maven-pmd-plugin to 3.18.0
    
    (cherry picked from commit 871b249aa6bcd52f58782995bd6bb552e8296178)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fc01d546a1..af33551436 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -422,7 +422,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.16.0</version>
+                    <version>3.18.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>