This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release-1.x in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
commit 30766644ae189f90fe44741f1c396997cb089041 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 5 14:44:37 2025 +0000 Prepare for the release candidate 1.6.0 RC1 --- pom.xml | 4 ++-- src/site/site.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a47e298d..9a18e538 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ </parent> <groupId>commons-fileupload</groupId> <artifactId>commons-fileupload</artifactId> - <version>1.6.0-SNAPSHOT</version> + <version>1.6.0</version> <name>Apache Commons FileUpload</name> <description> The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart @@ -74,7 +74,7 @@ <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-06-05T14:35:09Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.85</commons.jacoco.classRatio> diff --git a/src/site/site.xml b/src/site/site.xml index c3495c01..9ca6cc5b 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -30,7 +30,7 @@ <item name="User guide" href="/using.html" /> <item name="Streaming API" href="/streaming.html" /> <item name="FAQ" href="/faq.html" /> - <item name="Javadoc (Latest release)" href="/javadocs/api-release/index.html" /> + <item name="Javadoc (Latest release)" href="/apidocs/index.html" /> <item name="Download" href="/download_fileupload.cgi" /> <item name="Security Reports" href="/security-reports.html"/> <item name="Mailing lists" href="/mail-lists.html" />