You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bu...@apache.org on 2020/05/05 10:45:51 UTC

[cxf] branch master updated: Update to maven-pmd-plugin 3.13.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 18671fb  Update to maven-pmd-plugin 3.13.0
18671fb is described below

commit 18671fba2b3f2a32e21aef43e038aa98879c7481
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Tue May 5 13:45:17 2020 +0300

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 5c6b33a..451b0cf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -409,7 +409,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>3.12.0</version>
+                    <version>3.13.0</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf.build-utils</groupId>