Author: tv
Date: Sat Aug 22 14:08:32 2020
New Revision: 41069
Log:
Update README
Modified:
release/commons/jcs/README.html
Modified: release/commons/jcs/README.html
==============================================================================
--- release/commons/jcs/README.html (original)
+++ release/commons/jcs/README.html Sat Aug 22 14:08:32 2020
@@ -1,7 +1,7 @@
-<h1>Commons-JCS v2.2.1</h1>
+<h1>Apache Commons-JCS v3.0</h1>
<p>
-This is the 2.2.1 release of commons-jcs.
+This is the 3.0 release of commons-jcs.
It is available in both binary and source distributions.
</p>
@@ -40,13 +40,13 @@ HREF="http://www.apache.org/dist/commons
<pre>Always test available signatures, <i>e.g.</i>,
$ pgpk -a KEYS
-$ pgpv commons-jcs-dist-2.2.1-bin.tar.gz.asc
+$ pgpv commons-jcs-dist-3.0-src.tar.gz.asc
or,
$ pgp -ka KEYS
-$ pgp commons-jcs-dist-2.2.1-bin.tar.gz.asc
+$ pgp commons-jcs-dist-3.0-src.tar.gz.asc
or,
$ gpg --import KEYS
-$ gpg --verify commons-jcs-dist-2.2.1-bin.tar.gz.asc
+$ gpg --verify commons-jcs-dist-3.0-src.tar.gz.asc
</pre>
<p>
|