Author: ggregory
Date: Fri Jun  6 20:00:11 2025
New Revision: 77415

Log:
Bump version from 1.5 to 1.6.0

Modified:
    release/commons/fileupload/README.html

Modified: release/commons/fileupload/README.html
==============================================================================
--- release/commons/fileupload/README.html (original)
+++ release/commons/fileupload/README.html Fri Jun  6 20:00:11 2025
@@ -14,9 +14,9 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<h1>Commons-FILEUPLOAD v2.0.0-M3-M1.</h1>
+<h1>Apache Commons FileUpload 1.x and 2.x.</h1>
 
-<p>This is the 2.0.0-M3-M1 version of commons-fileupload. It is available in 
both binary and source distributions.</p>
+<p>This is the commons-fileupload 1.x and commons-fileupload2 2.x versions of 
Commons FileUpload. It is available in both binary and source distributions.</p>
 
 
 <p><font color="red" size="+2">Note:</font>
@@ -52,15 +52,29 @@
 
 <p><b>Always download the KEYS file directly from the Apache site, never from 
a mirror site.</b></p>
 
+<h2>Version 2.x</h2>
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-fileupload-2.0.0-M3-bin.tar.gz.asc
+$ pgpv commons-fileupload2-2.0.0-M3-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-fileupload-2.0.0-M3-bin.tar.gz.asc
+$ pgp commons-fileupload2-2.0.0-M3-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-fileupload-2.0.0-M3-bin.tar.gz.asc
+$ gpg --verify commons-fileupload2-2.0.0-M3-bin.tar.gz.asc
+</pre>
+
+<h2>Version 1.x</h2>
+
+<pre>Always test available signatures, <i>e.g.</i>,
+$ pgpk -a KEYS
+$ pgpv commons-fileupload-1.6.0-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-fileupload-1.6.0-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-fileupload-1.6.0-M3-bin.tar.gz.asc
 </pre>
 <p>
\ No newline at end of file


Reply via email to