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 2016/04/12 21:09:09 UTC

[3/6] accumulo git commit: ACCUMULO-4186 Run newer findbugs with jdk7

ACCUMULO-4186 Run newer findbugs with jdk7

(Applies to 1.6 branch only)


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

Branch: refs/heads/master
Commit: 666590567652ad7e9336872e250da9db3e693406
Parents: cf47ce2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Apr 12 14:59:01 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Apr 12 14:59:01 2016 -0400

----------------------------------------------------------------------
 pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/66659056/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 09a4f4d..427fe30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1466,13 +1466,19 @@
       </properties>
     </profile>
     <profile>
-      <id>jdk8</id>
+      <id>latest-findbugs</id>
       <activation>
-        <jdk>[1.8,1.9)</jdk>
+        <jdk>[1.7,)</jdk>
       </activation>
       <properties>
         <findbugs.version>3.0.3</findbugs.version>
       </properties>
+    </profile>
+    <profile>
+      <id>jdk8</id>
+      <activation>
+        <jdk>[1.8,1.9)</jdk>
+      </activation>
       <build>
         <pluginManagement>
           <plugins>