You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2017/08/25 16:24:05 UTC

svn commit: r1806193 - /commons/proper/bcel/trunk/pom.xml

Author: ggregory
Date: Fri Aug 25 16:24:05 2017
New Revision: 1806193

URL: http://svn.apache.org/viewvc?rev=1806193&view=rev
Log:
exec-maven-plugin 1.4.0 -> 1.6.0.

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=1806193&r1=1806192&r2=1806193&view=diff
==============================================================================
--- commons/proper/bcel/trunk/pom.xml [UTF-8] (original)
+++ commons/proper/bcel/trunk/pom.xml [UTF-8] Fri Aug 25 16:24:05 2017
@@ -60,7 +60,6 @@
     <commons.jira.pid>12314220</commons.jira.pid>
     <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.8</commons.clirr.version>
     <jna.version>4.4.0</jna.version>
   </properties>
@@ -533,7 +532,7 @@
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>exec-maven-plugin</artifactId>
-            <version>1.4.0</version>
+            <version>1.6.0</version>
             <executions>
               <execution>
                 <id>benchmark</id>