You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2014/05/19 22:08:14 UTC

svn commit: r1596034 - /commons/proper/math/trunk/pom.xml

Author: tn
Date: Mon May 19 20:08:14 2014
New Revision: 1596034

URL: http://svn.apache.org/r1596034
Log:
Reflect pom updates from the latest release.

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=1596034&r1=1596033&r2=1596034&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Mon May 19 20:08:14 2014
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>32</version>
+    <version>34</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
@@ -366,8 +366,9 @@
     <math.findbugs.version>2.5.1</math.findbugs.version>
     <math.checkstyle.version>2.9.1</math.checkstyle.version>
     <math.clirr.version>2.6.1</math.clirr.version>
-    <!-- Temporary downdate: 0.6.3 uses different tags and CP32 was not updated -->
-    <commons.jacoco.version>0.6.2.201302030002</commons.jacoco.version>
+    
+    <!-- Temporary fix to support Java 8 -->
+    <commons.jacoco.version>0.7.0.201403182114</commons.jacoco.version>
 
     <commons.site.path>math</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math</commons.scmPubUrl>