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/03/29 18:10:45 UTC

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

Author: ggregory
Date: Thu Mar 29 18:10:45 2018
New Revision: 1828009

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

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=1828009&r1=1828008&r2=1828009&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Thu Mar 29 18:10:45 2018
@@ -44,6 +44,7 @@
     - maven-surefire-report-plugin 2.20.1 -> 2.21.0
     - Add java-1.10 profile
     - Add java-1.11 profile
+    - jacoco-maven-plugin 0.8.0 -> 0.8.1
 
   -->
 
@@ -1766,7 +1767,7 @@
 
     -->
     <commons.site-plugin.version>3.7</commons.site-plugin.version>
-    <commons.jacoco.version>0.8.0</commons.jacoco.version>
+    <commons.jacoco.version>0.8.1</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>