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 2023/01/23 02:54:06 UTC

[cxf] branch 3.6.x-fixes updated: Downgrade PMD to 6.50.0 (violations reported)

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new 81a7d6366a Downgrade PMD to 6.50.0 (violations reported)
81a7d6366a is described below

commit 81a7d6366ae5e038f8eeb92ba5f14442aed5b665
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 22 21:53:41 2023 -0500

    Downgrade PMD to 6.50.0 (violations reported)
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1e5471066f..ffd24a0e8c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -431,12 +431,12 @@
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-core</artifactId>
-                            <version>6.53.0</version>
+                            <version>6.50.0</version>
                         </dependency>
                         <dependency>
                             <groupId>net.sourceforge.pmd</groupId>
                             <artifactId>pmd-java</artifactId>
-                            <version>6.53.0</version>
+                            <version>6.50.0</version>
                         </dependency>
                     </dependencies>
                     <configuration>