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:04 UTC

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

Upgrade FindBugs.

Unfortunately, Java 9 "module-info" file are not supported (and never will
as "FindBugs" has been discontinued).


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

Branch: refs/heads/master
Commit: 8d8638bf315dbe9abdf019d0344e9554dd186f1a
Parents: 22ca66d
Author: Gilles <er...@apache.org>
Authored: Wed Feb 14 19:07:25 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 14 19:07:25 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8d8638bf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f00e64a..8082c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
     <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.findbugs.version>3.0.2</rng.findbugs.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>
     <rng.mathjax.version>2.7.2</rng.mathjax.version>