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:42:24 UTC

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


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

commit 923dadbf08abf7c52b3475d1bc863c8a5a0a0a61
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:42:19 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 bba3c09a..741b820a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,6 @@
     <graalvm.version>22.0.0.2</graalvm.version>
     <commons.rng.version>1.5</commons.rng.version>
 
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
 
     <jmh.version>1.36</jmh.version>