You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2017/09/02 15:35:44 UTC

[24/50] [abbrv] oodt git commit: Upgrade to findbugs that is supported with Java8.

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/development
Commit: 1e1fc1a8705d9ac9b0ade46082242723f2b1338b
Parents: 7d9a85d
Author: Chris Mattmann <ma...@apache.org>
Authored: Thu Jul 27 16:54:07 2017 -0700
Committer: Chris Mattmann <ma...@apache.org>
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>