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 2014/10/29 06:26:36 UTC

svn commit: r1635048 - /commons/proper/csv/trunk/pom.xml

Author: ggregory
Date: Wed Oct 29 05:26:35 2014
New Revision: 1635048

URL: http://svn.apache.org/r1635048
Log:
Update commons-parent from 34 to 35.

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

Modified: commons/proper/csv/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1635048&r1=1635047&r2=1635048&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Wed Oct 29 05:26:35 2014
@@ -128,10 +128,6 @@ CSV files of various types.
 
     <checkstyle.version>2.13</checkstyle.version>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
-
-    <!-- Override jacoco version from commons parent 34, since it doesn't work with Java 8.
-      Remove this after commons parent 35 has been released. -->
-    <commons.jacoco.version>0.7.1.201405082137</commons.jacoco.version>
   </properties>
 
   <build>