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 2015/07/08 10:10:52 UTC

[lang] maven-pmd-plugin 3.4 -> 3.5.

Repository: commons-lang
Updated Branches:
  refs/heads/master 958029bdd -> 1b066eb4f


maven-pmd-plugin 3.4 -> 3.5.

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

Branch: refs/heads/master
Commit: 1b066eb4f60624b3e38b651ab1f9593259fa8b4d
Parents: 958029b
Author: ggregory <gg...@apache.org>
Authored: Wed Jul 8 01:10:50 2015 -0700
Committer: ggregory <gg...@apache.org>
Committed: Wed Jul 8 01:10:50 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/1b066eb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e71ca0c..9081b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.4</version>
+        <version>3.5</version>
         <configuration>
           <targetJdk>${maven.compiler.target}</targetJdk>
         </configuration>