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/06 17:51:57 UTC

[cxf] branch main updated: Update maven-pmd-plugin to 3.19.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 7f1cea0032 Update maven-pmd-plugin to 3.19.0
7f1cea0032 is described below

commit 7f1cea0032dadd4b591d8e4ca542cc961b8eb094
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Tue Sep 6 13:51:19 2022 -0400

    Update maven-pmd-plugin to 3.19.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 932cf24a90..8328da6a8c 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.17.0</version>
+                    <version>3.19.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>