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/01/09 04:38:06 UTC

[03/19] accumulo git commit: ACCUMULO-4103 Add jdk8 profile for findbugs

ACCUMULO-4103 Add jdk8 profile for findbugs

* Automatically set findbugs.version for jdk8


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

Branch: refs/heads/master
Commit: f38d5e7f69d21eec6d197e2109575bbc60b3eae0
Parents: 05811af
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 8 14:30:35 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 8 15:34:07 2016 -0500

----------------------------------------------------------------------
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/f38d5e7f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 833bf44..ea40f31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1398,5 +1398,14 @@
         <slf4j.version>1.7.5</slf4j.version>
       </properties>
     </profile>
+    <profile>
+      <id>jdk8</id>
+      <activation>
+        <jdk>[1.8,)</jdk>
+      </activation>
+      <properties>
+        <findbugs.version>3.0.1</findbugs.version>
+      </properties>
+    </profile>
   </profiles>
 </project>