You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/06/30 14:14:07 UTC

[commons-text] branch master updated: Update JaCoCo to version 0.8.4.

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

pascalschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new ab92f2b  Update JaCoCo to version 0.8.4.
ab92f2b is described below

commit ab92f2b6930113b7bb808f5a13994212d6fb72a0
Author: Pascal Schumacher <pa...@gmx.net>
AuthorDate: Sun Jun 30 16:14:00 2019 +0200

    Update JaCoCo to version 0.8.4.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fda5b9f..fc9e2dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 
     <spotbugs.plugin.version>3.1.12</spotbugs.plugin.version>
     
-    <commons.jacoco.version>0.8.2</commons.jacoco.version>
+    <commons.jacoco.version>0.8.4</commons.jacoco.version>
 
     <commons.javadoc.version>3.1.0</commons.javadoc.version>