Author: ggregory
Date: Thu Jun 27 19:26:26 2024
New Revision: 70028

Log:
Bump version from 1.6.0 to 2.0.0-M1

Modified:
    release/commons/email/README.html

Modified: release/commons/email/README.html
==============================================================================
--- release/commons/email/README.html (original)
+++ release/commons/email/README.html Thu Jun 27 19:26:26 2024
@@ -1,6 +1,6 @@
-<h1>Commons-Email 1.6.0</h1>
+<h1>Commons-Email 2.0.0-M1</h1>
 
-<p>This is the 1.6.0 release of commons-email. It is available in both 
+<p>This is the 2.0.0-M1 release of commons-email. It is available in both 
 binary and source distributions.</p>
 
 <p><font color="red" size="+2">Note:</font>
@@ -35,12 +35,12 @@ href="https://www.apache.org/dist/common
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-email-1.6.0-bin.tar.gz.asc
+$ pgpv commons-email-2.0.0-M1-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-email-1.6.0-bin.tar.gz.asc
+$ pgp commons-email-2.0.0-M1-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-email-1.6.0-bin.tar.gz.asc
+$ gpg --verify commons-email-2.0.0-M1-bin.tar.gz.asc
 </pre>
 <p>


Reply via email to