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 2023/01/10 16:14:38 UTC

[commons-csv] branch master updated: Pick up JaCoCo version from parent POM

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4f3d07f1 Pick up JaCoCo version from parent POM
4f3d07f1 is described below

commit 4f3d07f1e14b10d484eff9cc2c47b2643376cd0d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:14:35 2023 -0500

    Pick up JaCoCo version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4dedb3c..899ec6fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,6 @@
 
     <commons.pmd.version>3.19.0</commons.pmd.version>
     <commons.pmd-impl.version>6.52.0</commons.pmd-impl.version>
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>