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/07/10 12:54:15 UTC

[cxf-fediz] 03/03: 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-fediz.git

commit 06f614625c4946cf81b9454023e3f1281eb084d5
Author: Alexey Markevich <bu...@gmail.com>
AuthorDate: Fri Jul 10 15:53:01 2020 +0300

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

diff --git a/pom.xml b/pom.xml
index ede24b5..2681c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,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>
@@ -504,7 +504,6 @@
                             <ruleset>${fediz.resources.base.path}cxf-pmd-ruleset.xml</ruleset>
                             <ruleset>${fediz.resources.base.path}cxf-pmd-custom.xml</ruleset>
                         </rulesets>
-                        <sourceEncoding>UTF-8</sourceEncoding>
                         <targetJdk>${jdk.version}</targetJdk>
                         <failOnViolation>true</failOnViolation>
                         <linkXRef>false</linkXRef>