You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/02/01 12:26:15 UTC

[commons-fileupload] branch 1.x updated (7683297 -> 415d773)

This is an automated email from the ASF dual-hosted git repository.

markt pushed a change to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


    from 7683297  Fix diffs after release:prepare
     new 08ef12b  Remove unnecessary property
     new 415d773  Remove unnecessary config

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 8 --------
 1 file changed, 8 deletions(-)


[commons-fileupload] 02/02: Remove unnecessary config

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 415d773cdac7df555e2a1c6914913e9908af36b0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 1 12:00:13 2023 +0000

    Remove unnecessary config
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81763b4..4dbc378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,13 +283,6 @@
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>
       </plugin>
-      <plugin>
-        <artifactId>maven-release-plugin</artifactId>
-        <configuration>
-          <preparationGoals>clean site verify</preparationGoals>
-          <goals>clean site deploy</goals>
-        </configuration>
-      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>


[commons-fileupload] 01/02: Remove unnecessary property

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit 08ef12bcf93c2e25b8c146611cf9f3361299f2a4
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 1 11:52:14 2023 +0000

    Remove unnecessary property
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8115342..81763b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,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.17.1</commons.japicmp.version>
     <japicmp.skip>false</japicmp.skip>
 
     <!-- Commons Release Plugin -->