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
The following commit(s) were added to refs/heads/master by this push: new d2b6a131 [maven-release-plugin] prepare for next development iteration d2b6a131 is described below commit d2b6a131493b1b1987335efb8723eace4912b050 Author: Jochen Wiedmann <jochen.wiedm...@gmail.com> AuthorDate: Mon Jun 9 16:58:23 2025 +0200 [maven-release-plugin] prepare for next development iteration --- 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 | 6 +++--- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml index a8d5d3dd..ced4c277 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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 2a94f61f..c7ff4a9c 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</project.build.outputTimestamp> </properties> <build> diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml b/commons-fileupload2-jakarta-servlet5/pom.xml index 059f29de..a45aad98 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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</version> + <version>2.0.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</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 cd5a7bbb..161f1178 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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</version> + <version>2.0.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml index 0bc4378f..5458c062 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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</version> + <version>2.0.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml index dbf814a5..2b6deaba 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</version> + <version>2.0.0-M5-SNAPSHOT</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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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</version> + <version>2.0.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-javax</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-javax</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/pom.xml b/pom.xml index 9e6737d0..675b9152 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>84</version> </parent> <artifactId>commons-fileupload2</artifactId> - <version>2.0.0-M4</version> + <version>2.0.0-M5-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons FileUpload</name> <description> @@ -36,7 +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> + <tag>HEAD</tag> </scm> <issueManagement> <system>jira</system> @@ -88,7 +88,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-09T14:57:02Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-09T14:58:23Z</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>