You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2015/12/27 19:42:17 UTC

svn commit: r11752 - /release/commons/jexl/README.html

Author: ebourg
Date: Sun Dec 27 18:42:17 2015
New Revision: 11752

Log:
Updated README.html for JEXL 3.0


Modified:
    release/commons/jexl/README.html

Modified: release/commons/jexl/README.html
==============================================================================
--- release/commons/jexl/README.html (original)
+++ release/commons/jexl/README.html Sun Dec 27 18:42:17 2015
@@ -1,6 +1,6 @@
-<h1>Commons-JEXL v2.1.1</h1>
+<h1>Commons JEXL v3.0</h1>
 
-<p>This is the 2.1.1 release of commons-jexl. It is available in both binary and source distributions.</p>
+<p>This is the 3.0 release of Commons JEXL. It is available in both binary and source distributions.</p>
 
 <p><font color="red" size="+2">Note:</font>
 The tar files in the distribution use GNU tar extensions
@@ -36,13 +36,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-jexl-2.1.1.tar.gz.asc
+$ pgpv commons-jexl-3.0.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-jexl-2.1.1.tar.gz.asc
+$ pgp commons-jexl-3.0.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-jexl-2.1.1.tar.gz.asc
+$ gpg --verify commons-jexl-3.0.tar.gz.asc
 </pre>
 <p>