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:45 UTC

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


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

commit c451e19d7a71dd082f9fdbefb54e457e1b23657d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:38:38 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 2f383ef..da610cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,7 +235,6 @@
     <commons.osgi.export>!org.apache.commons.fileupload.util.mime,org.apache.commons.*;version=${project.version};-noimport:=true</commons.osgi.export>
     <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
     <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
-    <commons.japicmp.version>0.16.0</commons.japicmp.version>
     <japicmp.skip>true</japicmp.skip>
     <moditect-maven-plugin.version>1.0.0.RC2</moditect-maven-plugin.version>
     <moditect.skip>true</moditect.skip>