You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2018/04/24 13:44:19 UTC

svn commit: r1829998 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Tue Apr 24 13:44:19 2018
New Revision: 1829998

URL: http://svn.apache.org/viewvc?rev=1829998&view=rev
Log:
OAK-7443: remove jdk 1.6 specific findbugs profile from pom

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1829998&r1=1829997&r2=1829998&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Tue Apr 24 13:44:19 2018
@@ -983,16 +983,6 @@
     </profile>
 
     <profile>
-      <id>findbugs-jdk6</id>
-      <activation>
-        <jdk>1.6</jdk>
-      </activation>
-      <properties>
-        <findbugs.version>2.5.5</findbugs.version>
-      </properties>
-    </profile>
-
-    <profile>
       <id>fast</id>
       <build>
         <pluginManagement>