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:55:37 UTC

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


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

commit 6bc907286a5975d54ed46dd02469b56885a01bf5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 10:55:28 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 9035412d..894ed063 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,6 @@
     <!-- Spring 6 requires Java 17 -->
     <spring.version>5.3.24</spring.version>
 
-    <commons.japicmp.version>0.17.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
     <commons.jacoco.version>0.8.8</commons.jacoco.version>
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>