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 2018/02/23 23:10:48 UTC

[lang] Update Maven PMD plugin from 3.8 to 3.9.0.

Repository: commons-lang
Updated Branches:
  refs/heads/master bb3fe2a37 -> 284de66aa


Update Maven PMD plugin from 3.8 to 3.9.0.

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

Branch: refs/heads/master
Commit: 284de66aafb82e279f78cf951f200aa5ce847a7c
Parents: bb3fe2a
Author: Gary Gregory <ga...@gmail.com>
Authored: Fri Feb 23 16:10:43 2018 -0700
Committer: Gary Gregory <ga...@gmail.com>
Committed: Fri Feb 23 16:10:43 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/284de66a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c3b0dc..5cb432f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -723,7 +723,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.8</version>
+        <version>3.9.0</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>