Repository: oodt Updated Branches: refs/heads/master 7d9a85d3b -> 1e1fc1a87
Upgrade to findbugs that is supported with Java8. Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/1e1fc1a8 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/1e1fc1a8 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/1e1fc1a8 Branch: refs/heads/master Commit: 1e1fc1a8705d9ac9b0ade46082242723f2b1338b Parents: 7d9a85d Author: Chris Mattmann <[email protected]> Authored: Thu Jul 27 16:54:07 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Thu Jul 27 16:54:07 2017 -0700 ---------------------------------------------------------------------- core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/1e1fc1a8/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index 88bb163..4ebae52 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -666,7 +666,7 @@ mm <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> - <version>2.3</version> + <version>3.0.0</version> <configuration> <threshold>Normal</threshold> <effort>Default</effort>
