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 18:37:38 UTC

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


The following commit(s) were added to refs/heads/master by this push:
     new fce4936  Pick up japicmp-maven-plugin version from parent POM
fce4936 is described below

commit fce4936753902aa357e3569d9755c96f2f180950
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:37:35 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 28236c6..2e8d3d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,6 @@
     <checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
     <checkstyle.config.file>${basedir}/src/site/resources/checkstyle/checkstyle.xml</checkstyle.config.file>
 
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <commons.componentid>dbutils</commons.componentid>
     <commons.module.name>org.apache.commons.dbutils</commons.module.name>
     <commons.release.version>1.8</commons.release.version>