Author: ggregory
Date: Fri Aug 25 16:11:40 2017
New Revision: 1806190

URL: http://svn.apache.org/viewvc?rev=1806190&view=rev
Log:
Update commons-parent and Maven plugins.

Modified:
    commons/proper/bcel/trunk/pom.xml

Modified: commons/proper/bcel/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/pom.xml?rev=1806190&r1=1806189&r2=1806190&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Fri Aug 25 16:11:40 2017
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>40</version>
+    <version>42</version>
   </parent>
 
   <groupId>org.apache.bcel</groupId>
@@ -58,10 +58,10 @@
     <commons.osgi.private />
     <commons.jira.id>BCEL</commons.jira.id>
     <commons.jira.pid>12314220</commons.jira.pid>
-    <commons.findbugs.version>3.0.3</commons.findbugs.version>
+    <commons.findbugs.version>3.0.5</commons.findbugs.version>
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
     <!-- Latest Clirr Plugin version (2.7) causes NPE -->
-    <commons.clirr.version>2.6.1</commons.clirr.version>
+    <commons.clirr.version>2.8</commons.clirr.version>
   </properties>
 
   <!-- Cannot be added to Commons Parent, see 
https://issues.apache.org/jira/browse/COMMONSSITE-26 -->


Reply via email to