Author: ggregory
Date: Wed Feb  1 23:00:36 2023
New Revision: 59830

Log:
Bump version from 1.9.0 to 1.10.0

Modified:
    release/commons/csv/README.html

Modified: release/commons/csv/README.html
==============================================================================
--- release/commons/csv/README.html (original)
+++ release/commons/csv/README.html Wed Feb  1 23:00:36 2023
@@ -1,6 +1,6 @@
-<h1>Apache Commons CSV v1.9.0.</h1>
+<h1>Apache Commons CSV v1.10.0.</h1>
 
-<p>This is the 1.9.0 version of Apache Commons CSV. It is available in both 
binary and source distributions.</p>
+<p>This is the 1.10.0 version of Apache Commons CSV. It is available in both 
binary and source distributions.</p>
 
 
 <p><font color="red" size="+2">Note:</font>
@@ -39,12 +39,12 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-csv-1.9.0-bin.tar.gz.asc
+$ pgpv commons-csv-1.10.0-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-csv-1.9.0-bin.tar.gz.asc
+$ pgp commons-csv-1.10.0-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-csv-1.9.0-bin.tar.gz.asc
+$ gpg --verify commons-csv-1.10.0-bin.tar.gz.asc
 </pre>
 <p>


Reply via email to