You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2014/08/27 03:16:53 UTC

git commit: Upgrade to maven-findbugs-plugin 3.0.0

Repository: jclouds
Updated Branches:
  refs/heads/master df9452705 -> ba9c4b972


Upgrade to maven-findbugs-plugin 3.0.0

Notably this release include support for Java 8.  Changelog:

http://findbugs.sourceforge.net/Changes.html


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/ba9c4b97
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ba9c4b97
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ba9c4b97

Branch: refs/heads/master
Commit: ba9c4b972a2337a3e6304a91facc7e8eb462cef0
Parents: df94527
Author: Andrew Gaul <ga...@apache.org>
Authored: Tue Aug 26 18:16:18 2014 -0700
Committer: Andrew Gaul <ga...@apache.org>
Committed: Tue Aug 26 18:16:18 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/jclouds/blob/ba9c4b97/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 2b575ec..56a5ad8 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -805,7 +805,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>2.5.4</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.sonatype.maven.plugin</groupId>