You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2018/02/14 21:43:05 UTC

[5/5] commons-rng git commit: Upgrade PMD.

Upgrade PMD.


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

Branch: refs/heads/master
Commit: 64439c25a6aa5e285a6701d9d0ef8f8ba23d5529
Parents: 8d8638b
Author: Gilles <er...@apache.org>
Authored: Wed Feb 14 22:41:29 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 14 22:41:29 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/64439c25/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8082c64..840c6bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
     <commons.encoding>UTF-8</commons.encoding>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <rng.pmd.version>3.5</rng.pmd.version>
+    <rng.pmd.version>3.9.0</rng.pmd.version>
     <rng.findbugs.version>3.0.5</rng.findbugs.version>
     <rng.checkstyle.version>3.0.0</rng.checkstyle.version>
     <rng.clirr.version>2.8</rng.clirr.version>