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:17:03 UTC

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


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

commit 70a1a7667afe8539fbdf0fb0326bb12f1b038a34
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:16:59 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 e68395b..6f1319c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,6 @@
     <maven-scm.version>1.13.0</maven-scm.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>    
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.jacoco.classRatio>0.1</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.1</commons.jacoco.instructionRatio>
     <commons.jacoco.methodRatio>0.1</commons.jacoco.methodRatio>