Author: sebb
Date: Mon Aug 19 22:57:26 2013
New Revision: 1515654
URL: http://svn.apache.org/r1515654
Log:
Temp hack to fix CP32 jacoco bug
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1515654&r1=1515653&r2=1515654&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon Aug 19 22:57:26 2013
@@ -347,6 +347,8 @@
<math.pmd.version>2.7.1</math.pmd.version>
<math.findbugs.version>2.5.1</math.findbugs.version>
<math.checkstyle.version>2.9.1</math.checkstyle.version>
+ <!-- Temporary downdate: 0.6.3 uses different tags and CP32 was not
updated -->
+ <commons.jacoco.version>0.6.2.201302030002</commons.jacoco.version>
</properties>
<build>