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 246170a0 Fix typo in artifactId (#422) 246170a0 is described below commit 246170a065c615fdd9a0451d50c2825f194721b2 Author: Jérémie Bresson <d...@jmini.fr> AuthorDate: Fri Jun 20 12:25:55 2025 +0200 Fix typo in artifactId (#422) --- src/site/apt/migration.apt.vm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/apt/migration.apt.vm b/src/site/apt/migration.apt.vm index ac604cf2..30465043 100644 --- a/src/site/apt/migration.apt.vm +++ b/src/site/apt/migration.apt.vm @@ -33,9 +33,9 @@ Migrating [[2]] Add one or more these dependencies with the <<<groupId>>> <<org.apache.commons>>, and set the <<<artifactId>>> to: - [[A]] <<commons-fileupload2-jakarta-serverl5>> to use Jakarta Servlets 5. + [[A]] <<commons-fileupload2-jakarta-servlet5>> to use Jakarta Servlets 5. - [[B]] <<commons-fileupload2-jakarta-serverl6>> to use Jakarta Servlets 6. + [[B]] <<commons-fileupload2-jakarta-servlet6>> to use Jakarta Servlets 6. [[C]] <<commons-fileupload2-javax>> to use Javax Servlets.