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

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

commit 5f29ea74488b69640abf2e1f892771df038babb5
Author: Jochen Wiedmann <jochen.wiedm...@gmail.com>
AuthorDate: Mon Jun 9 16:58:14 2025 +0200

    [maven-release-plugin] prepare release commons-fileupload2-2.0.0-M4
---
 commons-fileupload2-core/pom.xml             |  6 +++---
 commons-fileupload2-distribution/pom.xml     |  4 ++--
 commons-fileupload2-jakarta-servlet5/pom.xml | 10 +++++-----
 commons-fileupload2-jakarta-servlet6/pom.xml | 10 +++++-----
 commons-fileupload2-javax/pom.xml            | 10 +++++-----
 commons-fileupload2-portlet/pom.xml          | 14 +++++++-------
 pom.xml                                      |  7 ++++---
 7 files changed, 31 insertions(+), 30 deletions(-)

diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml
index 5c6dd8a2..a8d5d3dd 100644
--- a/commons-fileupload2-core/pom.xml
+++ b/commons-fileupload2-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -37,7 +37,7 @@
        <commons.parent.dir>${basedir}/..</commons.parent.dir>
        
<commons.module.name>org.apache.commons.fileupload2.core</commons.module.name>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.classRatio>0.46</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.43</commons.jacoco.instructionRatio>
@@ -97,7 +97,7 @@
               <artifactId>apache-jar-resource-bundle</artifactId>
               <version>1.4</version>
               <fileMappers>
-                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
+                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
               </fileMappers>
             </artifactItem>
           </artifactItems>
diff --git a/commons-fileupload2-distribution/pom.xml 
b/commons-fileupload2-distribution/pom.xml
index ba95ebc7..2a94f61f 100644
--- a/commons-fileupload2-distribution/pom.xml
+++ b/commons-fileupload2-distribution/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -38,7 +38,7 @@ limitations under the License.
        <commons.parent.dir>${basedir}/..</commons.parent.dir>
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
   </properties>
 
   <build>
diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml 
b/commons-fileupload2-jakarta-servlet5/pom.xml
index d1fca15d..059f29de 100644
--- a/commons-fileupload2-jakarta-servlet5/pom.xml
+++ b/commons-fileupload2-jakarta-servlet5/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -41,7 +41,7 @@
        <!-- Override link to Jakarta EE -->
        
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.60</commons.jacoco.instructionRatio>
@@ -54,12 +54,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -119,7 +119,7 @@
               <artifactId>apache-jar-resource-bundle</artifactId>
               <version>1.4</version>
               <fileMappers>
-                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
+                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
               </fileMappers>
             </artifactItem>
           </artifactItems>
diff --git a/commons-fileupload2-jakarta-servlet6/pom.xml 
b/commons-fileupload2-jakarta-servlet6/pom.xml
index 9e2492b1..cd5a7bbb 100644
--- a/commons-fileupload2-jakarta-servlet6/pom.xml
+++ b/commons-fileupload2-jakarta-servlet6/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -41,7 +41,7 @@
     <!-- Override link to Jakarta EE -->
     
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/10/apidocs/</commons.javadoc.javaee.link>
  
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.60</commons.jacoco.instructionRatio>
@@ -54,12 +54,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -119,7 +119,7 @@
               <artifactId>apache-jar-resource-bundle</artifactId>
               <version>1.4</version>
               <fileMappers>
-                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
+                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
               </fileMappers>
             </artifactItem>
           </artifactItems>
diff --git a/commons-fileupload2-javax/pom.xml 
b/commons-fileupload2-javax/pom.xml
index c2e15b4f..0bc4378f 100644
--- a/commons-fileupload2-javax/pom.xml
+++ b/commons-fileupload2-javax/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -40,7 +40,7 @@
     
<commons.osgi.import>javax.servlet.*;version=${commons.servlet-api.version},*</commons.osgi.import>
     
<commons.osgi.requireCapability>osgi.contract;filter:="(&amp;(osgi.contract=JavaServlet)(version=${commons.servlet-api.version}))"</commons.osgi.requireCapability>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.56</commons.jacoco.instructionRatio>
@@ -53,12 +53,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -113,7 +113,7 @@
               <artifactId>apache-jar-resource-bundle</artifactId>
               <version>1.4</version>
               <fileMappers>
-                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
+                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
               </fileMappers>
             </artifactItem>
           </artifactItems>
diff --git a/commons-fileupload2-portlet/pom.xml 
b/commons-fileupload2-portlet/pom.xml
index 4259dcbd..dbf814a5 100644
--- a/commons-fileupload2-portlet/pom.xml
+++ b/commons-fileupload2-portlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M4-SNAPSHOT</version>
+    <version>2.0.0-M4</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -41,7 +41,7 @@
     <commons.osgi.import>!javax.portlet,*</commons.osgi.import>
     <commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
     <commons.jacoco.instructionRatio>0.64</commons.jacoco.instructionRatio>
@@ -55,24 +55,24 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-javax</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-javax</artifactId>
-      <version>2.0.0-M4-SNAPSHOT</version>
+      <version>2.0.0-M4</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
@@ -129,7 +129,7 @@
               <artifactId>apache-jar-resource-bundle</artifactId>
               <version>1.4</version>
               <fileMappers>
-                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper/>
+                
<org.codehaus.plexus.components.io.filemappers.FlattenFileMapper />
               </fileMappers>
             </artifactItem>
           </artifactItems>
diff --git a/pom.xml b/pom.xml
index 077c1103..9e6737d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>84</version>
   </parent>
   <artifactId>commons-fileupload2</artifactId>
-  <version>2.0.0-M4-SNAPSHOT</version>
+  <version>2.0.0-M4</version>
   <packaging>pom</packaging>
   <name>Apache Commons FileUpload</name>
   <description>
@@ -36,6 +36,7 @@
     
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-fileupload.git</connection>
     
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-fileupload.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-fileupload.git</url>
+    <tag>commons-fileupload2-2.0.0-M4</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -80,14 +81,14 @@
     <animal.sniffer.skip>true</animal.sniffer.skip>
     
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>
     <!-- Until commons-parent 73 -->
-    <commons.javadoc.options></commons.javadoc.options>
+    <commons.javadoc.options />
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.0.0-M3</commons.bc.version>
     <commons.rc.version>RC1</commons.rc.version>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.release.isDistModule>false</commons.release.isDistModule>
     <!-- project.build.outputTimestamp is managed by Maven plugins, see 
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-    
<project.build.outputTimestamp>2025-05-27T11:29:30Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-06-09T14:57:02Z</project.build.outputTimestamp>
     <!-- JaCoCo: Don't make code coverage worse than: -->
     <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
     <commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>

Reply via email to