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 15:56:11 UTC

[commons-dbcp] branch master updated: Pick up japicmp-maven-plugin 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 7691e80f Pick up japicmp-maven-plugin version from parent POM
7691e80f is described below

commit 7691e80f77a20ab71853003cf693e04c8ca2d3af
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:56:05 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index d1d8afb8..48d85ad0 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.japicmp.version>0.17.1</commons.japicmp.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>