You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2018/05/23 09:36:02 UTC

svn commit: r1832090 - /jackrabbit/trunk/jackrabbit-parent/pom.xml

Author: reschke
Date: Wed May 23 09:36:02 2018
New Revision: 1832090

URL: http://svn.apache.org/viewvc?rev=1832090&view=rev
Log:
JCR-4306: switch to findbugs replacement that is still maintained (spotbugs)

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

Modified: jackrabbit/trunk/jackrabbit-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-parent/pom.xml?rev=1832090&r1=1832089&r2=1832090&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Wed May 23 09:36:02 2018
@@ -386,13 +386,9 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <version>3.0.4</version>
-        <configuration>
-          <xmlOutput>true</xmlOutput>
-          <findbugsXmlOutput>true</findbugsXmlOutput>
-        </configuration>
+        <groupId>com.github.spotbugs</groupId>
+        <artifactId>spotbugs-maven-plugin</artifactId>
+        <version>3.1.3.1</version>
       </plugin>
     </plugins>
   </reporting>