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/06/25 11:54:26 UTC

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

Author: reschke
Date: Mon Jun 25 11:54:26 2018
New Revision: 1834308

URL: http://svn.apache.org/viewvc?rev=1834308&view=rev
Log:
JCR-4320: Update spotbugs plugin to 3.1.5

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=1834308&r1=1834307&r2=1834308&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-parent/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-parent/pom.xml Mon Jun 25 11:54:26 2018
@@ -389,7 +389,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>3.1.3.1</version>
+        <version>3.1.5</version>
       </plugin>
     </plugins>
   </reporting>