You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/02/23 14:38:01 UTC

[commons-csv] branch master updated: Update Maven PMD Plugin from 3.8 to 3.11.0.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 293fa4d  Update Maven PMD Plugin from 3.8 to 3.11.0.
293fa4d is described below

commit 293fa4dec37e043e496cfaf99269c0ff578a124f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Feb 23 09:38:00 2019 -0500

    Update Maven PMD Plugin from 3.8 to 3.11.0.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 961cc88..5d18260 100644
--- a/pom.xml
+++ b/pom.xml
@@ -270,7 +270,7 @@ CSV files of various types.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.8</version>
+        <version>3.11.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>