You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2017/04/17 11:13:50 UTC

[lang] Update to latest PMD version

Repository: commons-lang
Updated Branches:
  refs/heads/master c82b1f062 -> 63dcba41a


Update to latest PMD version


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

Branch: refs/heads/master
Commit: 63dcba41a915a01df22243df712dddc20bc495da
Parents: c82b1f0
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Apr 17 13:13:40 2017 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Apr 17 13:13:40 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/63dcba41/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90e73c5..8bea60c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -695,7 +695,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.5</version>
+        <version>3.7</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>