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:02 UTC

[commons-configuration] 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-configuration.git


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

commit d8e7e9643fa8c46d2f46ac1ac02150588b88fb39
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:13:56 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 894ed063..ba6ff732 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,6 @@
     <spring.version>5.3.24</spring.version>
 
     <japicmp.skip>false</japicmp.skip>
-    <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.pmd.version>3.19.0</commons.pmd.version>