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 2019/10/26 13:23:48 UTC

svn commit: r1868999 - in /jackrabbit/oak/branches/1.4: ./ oak-parent/pom.xml

Author: reschke
Date: Sat Oct 26 13:23:47 2019
New Revision: 1868999

URL: http://svn.apache.org/viewvc?rev=1868999&view=rev
Log:
OAK-7443: remove jdk 1.6 specific findbugs profile from pom (merged r1829998 into 1.4)

Modified:
    jackrabbit/oak/branches/1.4/   (props changed)
    jackrabbit/oak/branches/1.4/oak-parent/pom.xml

Propchange: jackrabbit/oak/branches/1.4/
------------------------------------------------------------------------------
  Merged /jackrabbit/oak/trunk:r1829998

Modified: jackrabbit/oak/branches/1.4/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.4/oak-parent/pom.xml?rev=1868999&r1=1868998&r2=1868999&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.4/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.4/oak-parent/pom.xml Sat Oct 26 13:23:47 2019
@@ -931,16 +931,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>