Author: ggregory
Date: Tue Jun 12 18:28:48 2018
New Revision: 27407

Log:
Release Apache Commons Text 1.4 from RC1.

Removed:
    release/commons/text/binaries/commons-text-1.3-bin.tar.gz
    release/commons/text/binaries/commons-text-1.3-bin.tar.gz.asc
    release/commons/text/binaries/commons-text-1.3-bin.tar.gz.md5
    release/commons/text/binaries/commons-text-1.3-bin.tar.gz.sha1
    release/commons/text/binaries/commons-text-1.3-bin.zip
    release/commons/text/binaries/commons-text-1.3-bin.zip.asc
    release/commons/text/binaries/commons-text-1.3-bin.zip.md5
    release/commons/text/binaries/commons-text-1.3-bin.zip.sha1
    release/commons/text/source/commons-text-1.3-src.tar.gz
    release/commons/text/source/commons-text-1.3-src.tar.gz.asc
    release/commons/text/source/commons-text-1.3-src.tar.gz.md5
    release/commons/text/source/commons-text-1.3-src.tar.gz.sha1
    release/commons/text/source/commons-text-1.3-src.zip
    release/commons/text/source/commons-text-1.3-src.zip.asc
    release/commons/text/source/commons-text-1.3-src.zip.md5
    release/commons/text/source/commons-text-1.3-src.zip.sha1
Modified:
    release/commons/text/README.html
    release/commons/text/binaries/HEADER.html
    release/commons/text/binaries/README.html
    release/commons/text/source/HEADER.html
    release/commons/text/source/README.html

Modified: release/commons/text/README.html
==============================================================================
--- release/commons/text/README.html (original)
+++ release/commons/text/README.html Tue Jun 12 18:28:48 2018
@@ -1,7 +1,7 @@
 
-<h1>Commons-Text v1.3.</h1>
+<h1>Apache Commons Text v1.4</h1>
 
-<p>This is the 1.3 version of commons-text. It is available in both binary and 
source distributions.</p>
+<p>This is the 1.4 version of Apache Commons Text. It is available in both 
binary and source distributions.</p>
 
 
 <p><font color="red" size="+2">Note:</font>
@@ -40,12 +40,12 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-text-1.3-bin.tar.gz.asc
+$ pgpv commons-text-1.4-bin.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-text-1.3-bin.tar.gz.asc
+$ pgp commons-text-1.4-bin.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-text-1.3-bin.tar.gz.asc
+$ gpg --verify commons-text-1.4-bin.tar.gz.asc
 </pre>
 <p>

Modified: release/commons/text/binaries/HEADER.html
==============================================================================
--- release/commons/text/binaries/HEADER.html (original)
+++ release/commons/text/binaries/HEADER.html Tue Jun 12 18:28:48 2018
@@ -1 +1,12 @@
-link ../HEADER.html
\ No newline at end of file
+
+<h2>Apache Commons Project Distributions</h2>
+
+<p>The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
<a href="http://archive.apache.org/dist/commons/";>archives</a>. </p>
+
+<h2>Important Notices</h2>
+
+<ul>
+<li><a href="#mirrors">Download from your nearest mirror site!</a></li>
+<li><a href="#sig">PGP/GPG Signatures</a></li>
+</ul>
+

Modified: release/commons/text/binaries/README.html
==============================================================================
--- release/commons/text/binaries/README.html (original)
+++ release/commons/text/binaries/README.html Tue Jun 12 18:28:48 2018
@@ -1 +1,51 @@
-link ../README.html
\ No newline at end of file
+
+<h1>Apache Commons Text v1.4</h1>
+
+<p>This is the 1.4 version of Apache Commons Text. 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
+and must be untarred with a GNU compatible version of tar. The version
+of tar on Solaris and Mac OS X will not work with these files</p>
+
+<a name="changes"><h2>Changes</h2></a>
+
+<p>The changes in this release are detailed in the release notes.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/text/";>Text</a>.</p>
+
+<p>From the Apache Commons Project<br><a 
href="http://commons.apache.org/";>http://commons.apache.org/</a></p>
+
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>nearest mirror 
site!</a></a></h2>
+
+<p>
+    Do not download from www.apache.org.  Please use a mirror site
+    to help us save apache.org bandwidth.
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>Go
+      here to find your nearest mirror.</a>
+</p>
+
+<a name="sig"><h2>Signatures</h2></a>
+
+<p>Many of the files have been digitally signed using GnuPG.  If so,
+there will be an accompanying <samp><em>file</em>.asc</samp> signature
+file in the same directory as the file (binaries/ or source/).  The
+signing keys can be found in the distribution directory at &lt;<a
+HREF="http://www.apache.org/dist/commons/KEYS";><samp>http://www.apache.org/dist/commons/KEYS</samp></a>&gt;.</p>
+
+<p><b>Always download the KEYS file directly from the Apache site, never from 
a mirror site.</b></p>
+
+
+<pre>Always test available signatures, <i>e.g.</i>,
+$ pgpk -a KEYS
+$ pgpv commons-text-1.4-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-text-1.4-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-text-1.4-bin.tar.gz.asc
+</pre>
+<p>

Modified: release/commons/text/source/HEADER.html
==============================================================================
--- release/commons/text/source/HEADER.html (original)
+++ release/commons/text/source/HEADER.html Tue Jun 12 18:28:48 2018
@@ -1 +1,12 @@
-link ../HEADER.html
\ No newline at end of file
+
+<h2>Apache Commons Project Distributions</h2>
+
+<p>The most recent source and binary releases for the Apache Commons project 
are available from this directory listing. For older releases, please use the 
<a href="http://archive.apache.org/dist/commons/";>archives</a>. </p>
+
+<h2>Important Notices</h2>
+
+<ul>
+<li><a href="#mirrors">Download from your nearest mirror site!</a></li>
+<li><a href="#sig">PGP/GPG Signatures</a></li>
+</ul>
+

Modified: release/commons/text/source/README.html
==============================================================================
--- release/commons/text/source/README.html (original)
+++ release/commons/text/source/README.html Tue Jun 12 18:28:48 2018
@@ -1 +1,51 @@
-link ../README.html
\ No newline at end of file
+
+<h1>Apache Commons Text v1.4</h1>
+
+<p>This is the 1.4 version of Apache Commons Text. 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
+and must be untarred with a GNU compatible version of tar. The version
+of tar on Solaris and Mac OS X will not work with these files</p>
+
+<a name="changes"><h2>Changes</h2></a>
+
+<p>The changes in this release are detailed in the release notes.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/text/";>Text</a>.</p>
+
+<p>From the Apache Commons Project<br><a 
href="http://commons.apache.org/";>http://commons.apache.org/</a></p>
+
+<h2><a name="mirrors">Download from your
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>nearest mirror 
site!</a></a></h2>
+
+<p>
+    Do not download from www.apache.org.  Please use a mirror site
+    to help us save apache.org bandwidth.
+    <a href="http://www.apache.org/dyn/closer.cgi/commons/";>Go
+      here to find your nearest mirror.</a>
+</p>
+
+<a name="sig"><h2>Signatures</h2></a>
+
+<p>Many of the files have been digitally signed using GnuPG.  If so,
+there will be an accompanying <samp><em>file</em>.asc</samp> signature
+file in the same directory as the file (binaries/ or source/).  The
+signing keys can be found in the distribution directory at &lt;<a
+HREF="http://www.apache.org/dist/commons/KEYS";><samp>http://www.apache.org/dist/commons/KEYS</samp></a>&gt;.</p>
+
+<p><b>Always download the KEYS file directly from the Apache site, never from 
a mirror site.</b></p>
+
+
+<pre>Always test available signatures, <i>e.g.</i>,
+$ pgpk -a KEYS
+$ pgpv commons-text-1.4-bin.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-text-1.4-bin.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-text-1.4-bin.tar.gz.asc
+</pre>
+<p>


Reply via email to