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 2017/07/21 02:25:58 UTC

commons-csv git commit: Update Maven PMD and FindBugs plugins.

Repository: commons-csv
Updated Branches:
  refs/heads/master 5f2600755 -> becfae1e4


Update Maven PMD and FindBugs plugins.

Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/becfae1e
Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/becfae1e
Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/becfae1e

Branch: refs/heads/master
Commit: becfae1e46955ddde383cccac00368eb6441a535
Parents: 5f26007
Author: Gary Gregory <gg...@apache.org>
Authored: Thu Jul 20 19:25:56 2017 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Thu Jul 20 19:25:56 2017 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-csv/blob/becfae1e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6abe045..2c71bd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@ CSV files of various types.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.6</version>
+        <version>3.8</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>
@@ -262,7 +262,7 @@ CSV files of various types.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.3</version>
+        <version>3.0.4</version>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>