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/09/20 17:00:33 UTC

commons-collections git commit: maven-pmd-plugin 2.7.1 -> 3.8.

Repository: commons-collections
Updated Branches:
  refs/heads/master 85e963aa7 -> f283f43af


maven-pmd-plugin 2.7.1 -> 3.8.

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

Branch: refs/heads/master
Commit: f283f43af58b4632d115e07b0d923bafc0f2f2d8
Parents: 85e963a
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Sep 20 11:00:31 2017 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Sep 20 11:00:31 2017 -0600

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/f283f43a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9fb23e5..e19d122 100644
--- a/pom.xml
+++ b/pom.xml
@@ -659,7 +659,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>2.7.1</version>
+        <version>3.8</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>