You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/12/19 00:19:38 UTC

[1/3] accumulo git commit: ACCUMULO-3405 Drop findbugs-maven-plugin to 2.5.5

Repository: accumulo
Updated Branches:
  refs/heads/1.6 b8d31d732 -> cb973212b
  refs/heads/master 26db8eea4 -> 5bc1d080f


ACCUMULO-3405 Drop findbugs-maven-plugin to 2.5.5

  Drop findbugs-maven-plugin down to latest version that runs on Java6.
  FindBugs2 (which is used by version 3 of the plugin) requires Java7.

  This only applies to the 1.6 branch. Merging forward with -sours.


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

Branch: refs/heads/1.6
Commit: cb973212bdf1442e1daeb768be79c1c9af9ad2d4
Parents: b8d31d7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Dec 18 18:13:15 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Dec 18 18:13:15 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/cb973212/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec55ebe..22d5450 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>2.5.5</version>
           <configuration>
             <xmlOutput>true</xmlOutput>
             <effort>Max</effort>


[3/3] accumulo git commit: Merge branch '1.6'

Posted by ct...@apache.org.
Merge branch '1.6'

  Merging with -sours for ACCUMULO-3405


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

Branch: refs/heads/master
Commit: 5bc1d080f234c33d81a7a84ee97e14eaf695fe5b
Parents: 26db8ee cb97321
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Dec 18 18:18:08 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Dec 18 18:18:08 2014 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/3] accumulo git commit: ACCUMULO-3405 Drop findbugs-maven-plugin to 2.5.5

Posted by ct...@apache.org.
ACCUMULO-3405 Drop findbugs-maven-plugin to 2.5.5

  Drop findbugs-maven-plugin down to latest version that runs on Java6.
  FindBugs2 (which is used by version 3 of the plugin) requires Java7.

  This only applies to the 1.6 branch. Merging forward with -sours.


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

Branch: refs/heads/master
Commit: cb973212bdf1442e1daeb768be79c1c9af9ad2d4
Parents: b8d31d7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Dec 18 18:13:15 2014 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Dec 18 18:13:15 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/cb973212/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ec55ebe..22d5450 100644
--- a/pom.xml
+++ b/pom.xml
@@ -498,7 +498,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>2.5.5</version>
           <configuration>
             <xmlOutput>true</xmlOutput>
             <effort>Max</effort>