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 2018/01/16 23:16:21 UTC

svn commit: r1821334 - /commons/proper/commons-parent/trunk/pom.xml

Author: ggregory
Date: Tue Jan 16 23:16:21 2018
New Revision: 1821334

URL: http://svn.apache.org/viewvc?rev=1821334&view=rev
Log:
jacoco-maven-plugin 0.7.9 -> 0.8.0.

Modified:
    commons/proper/commons-parent/trunk/pom.xml

Modified: commons/proper/commons-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=1821334&r1=1821333&r2=1821334&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Tue Jan 16 23:16:21 2018
@@ -43,6 +43,7 @@ Version 44:
 - felix:maven-bundle-plugin 3.4.0 -> 3.5.0.
 - build artifacts -test.jar, -sources.jar and -test-sources.jar always, not only at release time
 - maven-enforcer-plugin set version to 3.0.0-M1 and update Maven requirement from 3.0.0 to 3.0.5 (the latest 3.0.x.)
+- jacoco-maven-plugin 0.7.9 -> 0.8.0.
 
 -->
 
@@ -1670,7 +1671,7 @@ Version 39:
 
      -->
     <commons.site-plugin.version>3.7</commons.site-plugin.version>
-    <commons.jacoco.version>0.7.9</commons.jacoco.version>
+    <commons.jacoco.version>0.8.0</commons.jacoco.version>
     <commons.cobertura.version>2.7</commons.cobertura.version>
     <commons.coveralls.version>4.3.0</commons.coveralls.version>
     <commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>