This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch 1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push: new a83647a0 Prepare for the next release candidate a83647a0 is described below commit a83647a07aa89e39c179d2237e1303e1a996fd8c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 5 14:34:20 2025 +0000 Prepare for the next release candidate --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 34e284f2..a47e298d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,6 +50,8 @@ </site> </distributionManagement> <properties> + <commons.main.branch>1.x</commons.main.branch> + <commons.release.branch>release-1.x</commons.release.branch> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <commons.componentid>fileupload</commons.componentid>