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:15:07 UTC

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


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

commit 32fcf000333c3d7c7521d66323882e3e8c0adcad
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:15:01 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 48d85ad0..21637699 100644
--- a/pom.xml
+++ b/pom.xml
@@ -328,7 +328,6 @@
     <commons.checkstyle.version>9.3</commons.checkstyle.version>
     <commons.javadoc.version>3.4.1</commons.javadoc.version>
     <commons.pool.version>2.11.1</commons.pool.version>
-    <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <!-- See DBCP-445 and DBCP-454 -->
     <commons.osgi.import>javax.transaction;version="1.1.0",javax.transaction.xa;version="1.1.0";partial=true;mandatory:=partial,*</commons.osgi.import>
     <commons.japicmp.ignoreMissingClasses>true</commons.japicmp.ignoreMissingClasses>