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:38:29 UTC

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


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

commit 6237267e2a8f973a37b4b0671f1e676821736983
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:38:25 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 5d6cb2a..f1ff033 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,6 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
-        <commons.japicmp.version>0.16.0</commons.japicmp.version>
         <test>*Test</test>
     </properties>
 </project>