This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/release by this push:
new afa905f3 Prepare for the release candidate 2.0.0-M5 RC1
afa905f3 is described below
commit afa905f3bb90539def3d378193ba009a835fd179
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 8 18:25:10 2026 +0000
Prepare for the release candidate 2.0.0-M5 RC1
---
commons-fileupload2-core/pom.xml | 4 ++--
commons-fileupload2-distribution/pom.xml | 4 ++--
commons-fileupload2-jakarta-servlet5/pom.xml | 8 ++++----
commons-fileupload2-jakarta-servlet6/pom.xml | 8 ++++----
commons-fileupload2-javax/pom.xml | 8 ++++----
commons-fileupload2-portlet/pom.xml | 12 ++++++------
pom.xml | 4 ++--
7 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml
index 5c3df4d1..7afc1e4c 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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>
diff --git a/commons-fileupload2-distribution/pom.xml
b/commons-fileupload2-distribution/pom.xml
index cb2fbf95..4592edf8 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</project.build.outputTimestamp>
</properties>
<build>
diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml
b/commons-fileupload2-jakarta-servlet5/pom.xml
index b17f11b6..a7f4eba0 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-core</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/commons-fileupload2-jakarta-servlet6/pom.xml
b/commons-fileupload2-jakarta-servlet6/pom.xml
index 7b713c2d..da8ddc12 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-core</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/commons-fileupload2-javax/pom.xml
b/commons-fileupload2-javax/pom.xml
index f4e6bbe7..b7744680 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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:="(&(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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-core</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/commons-fileupload2-portlet/pom.xml
b/commons-fileupload2-portlet/pom.xml
index 510a4ea2..efda0172 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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-core</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-javax</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2-javax</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index a7a92f4e..57b7ff96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<version>96</version>
</parent>
<artifactId>commons-fileupload2</artifactId>
- <version>2.0.0-M5-SNAPSHOT</version>
+ <version>2.0.0-M5</version>
<packaging>pom</packaging>
<name>Apache Commons FileUpload</name>
<description>
@@ -92,7 +92,7 @@
<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-06-16T11:32:52Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-02-08T17:46:05Z</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>