You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/05 15:06:46 UTC

[commons-fileupload] 03/03: Javadoc

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 01a611e5c9d94b619e401fdd6bdcad53efb6fa9b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 5 10:09:12 2023 -0400

    Javadoc
---
 .../jakarta/JakartaServletFileUploadTest.java      |  2 +-
 .../javax/JavaxServletFileUploadTest.java          |  2 +-
 .../fileupload2/portlet/PortletFileUploadTest.java |  2 +-
 src/site/xdoc/index.xml                            | 32 +++++++++++++---------
 4 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/commons-fileupload2-jakarta/src/test/java/org/apache/commons/fileupload2/jakarta/JakartaServletFileUploadTest.java b/commons-fileupload2-jakarta/src/test/java/org/apache/commons/fileupload2/jakarta/JakartaServletFileUploadTest.java
index ba0c47c..07b340e 100644
--- a/commons-fileupload2-jakarta/src/test/java/org/apache/commons/fileupload2/jakarta/JakartaServletFileUploadTest.java
+++ b/commons-fileupload2-jakarta/src/test/java/org/apache/commons/fileupload2/jakarta/JakartaServletFileUploadTest.java
@@ -33,7 +33,7 @@ import org.junit.jupiter.api.Test;
 import jakarta.servlet.http.HttpServletRequest;
 
 /**
- * Test for {@link JakartaServletFileUpload}.
+ * Tests {@link JakartaServletFileUpload}.
  *
  * @see AbstractFileUploadTest
  * @since 1.4
diff --git a/commons-fileupload2-javax/src/test/java/org/apache/commons/fileupload2/javax/JavaxServletFileUploadTest.java b/commons-fileupload2-javax/src/test/java/org/apache/commons/fileupload2/javax/JavaxServletFileUploadTest.java
index 0dae4bf..2b448b6 100644
--- a/commons-fileupload2-javax/src/test/java/org/apache/commons/fileupload2/javax/JavaxServletFileUploadTest.java
+++ b/commons-fileupload2-javax/src/test/java/org/apache/commons/fileupload2/javax/JavaxServletFileUploadTest.java
@@ -37,7 +37,7 @@ import org.apache.commons.fileupload2.disk.DiskFileItemFactory;
 import org.junit.jupiter.api.Test;
 
 /**
- * Test for {@link JavaxServletFileUpload}.
+ * Tests {@link JavaxServletFileUpload}.
  *
  * @see AbstractFileUploadTest
  * @since 1.4
diff --git a/commons-fileupload2-portlet/src/test/java/org/apache/commons/fileupload2/portlet/PortletFileUploadTest.java b/commons-fileupload2-portlet/src/test/java/org/apache/commons/fileupload2/portlet/PortletFileUploadTest.java
index afd7365..00f117a 100644
--- a/commons-fileupload2-portlet/src/test/java/org/apache/commons/fileupload2/portlet/PortletFileUploadTest.java
+++ b/commons-fileupload2-portlet/src/test/java/org/apache/commons/fileupload2/portlet/PortletFileUploadTest.java
@@ -36,7 +36,7 @@ import org.apache.commons.fileupload2.javax.ServletRequestContext;
 import org.junit.jupiter.api.Test;
 
 /**
- * Test for {@link JavaxPortletFileUpload}.
+ * Tests {@link JavaxPortletFileUpload}.
  *
  * @see AbstractFileUploadTest
  * @since 1.4
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 01304de..37c2726 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -69,75 +69,81 @@
 
     <section name="Downloading">
       <subsection name="Releases">
-        <p><strong>FileUpload 1.5</strong> - 01 February 2023</p>
+        <p><strong>FileUpload 2.0.0</strong> - DD MMMMMM 2023</p>
         <ul>
-          <li>Download the binary and source distributions from a mirror site
+          <li>Download the binary and source distributions from the site
             <a href="https://commons.apache.org/fileupload/download_fileupload.cgi">here</a>
           </li>
         </ul>
+        <p><strong>FileUpload 1.5</strong> - 01 February 2023</p>
+        <ul>
+          <li>Download the binary and source distributions from the site
+            <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
+          </li>
+        </ul>
         <p><strong>FileUpload 1.4</strong> - 23 December 2018</p>
         <ul>
-          <li>Download the binary and source distributions from a mirror site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.3.3</strong> - 13 June 2017</p>
         <ul>
-          <li>Download the binary and source distributions from a mirror site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.3.2</strong> - 26 May 2016</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.3.1</strong> - 7 February 2014</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.3</strong> - 27 March 2013</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.2.2</strong> - 29 July 2010</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.2.1</strong> - 18 January 2008</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.2</strong> - 13 February 2007</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.1.1</strong> - 08 June 2006</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.1</strong> - 22 Dec 2005</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>
         <p><strong>FileUpload 1.0</strong> - 24 Jun 2003</p>
         <ul>
-          <li>Download the binary and source distributions from the archive site
+          <li>Download the binary and source distributions from the site
             <a href="https://archive.apache.org/dist/commons/fileupload/">here</a>
           </li>
         </ul>