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:12:27 UTC

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


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

commit b42701d31dcd2805b06e19b986b0a28a00d35afe
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:12:23 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 bffadcf7..a7f968bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@
     <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
     <checkstyle.version>8.34</checkstyle.version>
     <commons.spotbugs.plugin.version>4.6.0.0</commons.spotbugs.plugin.version>