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:31:16 UTC

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


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

commit 2358c5bebf23d3e7ca20ba088ad75f38c7df6bf5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:31:11 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 a7f968bf..9989a79f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,6 @@
     <!-- limit memory size see BEANUTILS-291; allow command-line override -->
     <!-- Originally 25M, increased to 56M to get round Continuum CI / Travis CI build failures -->
     <surefire.argLine>-Xmx256M</surefire.argLine>
-    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
     <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>