You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2019/10/15 13:37:42 UTC

[maven-surefire] branch master updated: Update JaCoCo to 0.8.5 (supports J13 and J14)

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ee0b53  Update JaCoCo to 0.8.5 (supports J13 and J14)
5ee0b53 is described below

commit 5ee0b53196419c3c89d93096f0382009dd25c019
Author: tibordigana <ti...@apache.org>
AuthorDate: Tue Oct 15 15:37:25 2019 +0200

    Update JaCoCo to 0.8.5 (supports J13 and J14)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 94a0297..1d2d78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
     <!-- maven-shared-utils:3.2.0+ another behavior - broke Surefire performance - end of subprocess notification not arrived in ForkStarter -->
     <mavenSharedUtilsVersion>3.1.0</mavenSharedUtilsVersion>
     <powermockVersion>2.0.2</powermockVersion>
-    <jacocoVersion>0.8.4</jacocoVersion>
+    <jacocoVersion>0.8.5</jacocoVersion>
     <maven.surefire.scm.devConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-surefire.git</maven.surefire.scm.devConnection>
     <maven.site.path>surefire-archives/surefire-LATEST</maven.site.path>
     <!-- Override with Jigsaw JRE 9 -->