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
commit 846b490b5715454e70e5a4b84cdd186189964494 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 13 15:16:02 2025 -0400 Undo previous attempt at releasing 2.0.0-M4-SNAPSHOT --- commons-fileupload2-core/pom.xml | 2 +- commons-fileupload2-distribution/pom.xml | 2 +- commons-fileupload2-jakarta-servlet5/pom.xml | 6 +++--- commons-fileupload2-jakarta-servlet6/pom.xml | 6 +++--- commons-fileupload2-javax/pom.xml | 6 +++--- commons-fileupload2-portlet/pom.xml | 10 +++++----- pom.xml | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml index ced4c277..f3c9200c 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/commons-fileupload2-distribution/pom.xml b/commons-fileupload2-distribution/pom.xml index c7ff4a9c..86485e5c 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml b/commons-fileupload2-jakarta-servlet5/pom.xml index a45aad98..cf2ab306 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -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-M4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-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 161f1178..ae48b491 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -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-M4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml index 5458c062..01a96379 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -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-M4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml index 2b6deaba..debd61c5 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-M4-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -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-M4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-core</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-SNAPSHOT</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-M4-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-fileupload2-javax</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-SNAPSHOT</version> <classifier>tests</classifier> <scope>test</scope> </dependency> diff --git a/pom.xml b/pom.xml index d55e7179..c596f029 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>84</version> </parent> <artifactId>commons-fileupload2</artifactId> - <version>2.0.0-M5-SNAPSHOT</version> + <version>2.0.0-M4-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Commons FileUpload</name> <description>