Author: ggregory
Date: Fri Jul  6 23:07:35 2018
New Revision: 27958

Log:
Publish for Apache Commons Pool 2.6.0 based on RC1.

Removed:
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.tar.gz
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.tar.gz.asc
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.tar.gz.sha1
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.tar.gz.sha256
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.zip
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.zip.asc
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.zip.sha1
    release/commons/pool/binaries/commons-pool2-2.5.0-bin.zip.sha256
    release/commons/pool/source/commons-pool2-2.5.0-src.tar.gz
    release/commons/pool/source/commons-pool2-2.5.0-src.tar.gz.asc
    release/commons/pool/source/commons-pool2-2.5.0-src.tar.gz.sha1
    release/commons/pool/source/commons-pool2-2.5.0-src.tar.gz.sha256
    release/commons/pool/source/commons-pool2-2.5.0-src.zip
    release/commons/pool/source/commons-pool2-2.5.0-src.zip.asc
    release/commons/pool/source/commons-pool2-2.5.0-src.zip.sha1
    release/commons/pool/source/commons-pool2-2.5.0-src.zip.sha256
Modified:
    release/commons/pool/README.html
    release/commons/pool/RELEASE-NOTES.txt
    release/commons/pool/binaries/README.html
    release/commons/pool/source/README.html

Modified: release/commons/pool/README.html
==============================================================================
--- release/commons/pool/README.html (original)
+++ release/commons/pool/README.html Fri Jul  6 23:07:35 2018
@@ -1,6 +1,6 @@
-<h1>Commons POOL 2.5.0 for Java 7</h1>
+<h1>Commons POOL 2.6.0 for Java 7</h1>
 
-<p>This is the 2.5.0 release of commons-pool. It is available in both binary 
and source distributions.</p>
+<p>This is the 2.6.0 release of commons-pool. 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
@@ -26,13 +26,13 @@ HREF="http://www.apache.org/dist/commons
 
 <pre>Always test available signatures, <i>e.g.</i>,
 $ pgpk -a KEYS
-$ pgpv commons-pool2-2.5.0.tar.gz.asc
+$ pgpv commons-pool2-2.6.0.tar.gz.asc
 or,
 $ pgp -ka KEYS
-$ pgp commons-pool2-2.5.0.tar.gz.asc
+$ pgp commons-pool2-2.6.0.tar.gz.asc
 or,
 $ gpg --import KEYS
-$ gpg --verify commons-pool2-2.5.0.tar.gz.asc
+$ gpg --verify commons-pool2-2.6.0.tar.gz.asc
 </pre>
 <p>
 

Modified: release/commons/pool/RELEASE-NOTES.txt
==============================================================================
--- release/commons/pool/RELEASE-NOTES.txt (original)
+++ release/commons/pool/RELEASE-NOTES.txt Fri Jul  6 23:07:35 2018
@@ -5,7 +5,11 @@ The Apache Commons Pool team is pleased
 Apache Commons Pool provides an object-pooling API and a number of object pool 
implementations.
 Version 2 contains a completely re-written pooling implementation compared to 
the 1.x series.
 In addition to performance and scalability improvements, version 2 includes 
robust instance
-tracking and pool monitoring. Version 2 requires JDK level 1.6 or above. 
+tracking and pool monitoring.  
+
+- Version 2.6.0 requires Java 7 or above.
+- Version 2.5.0 requires Java 7 or above.
+- Version 2.0 requires 6 or above.
 
 No client code changes are required to migrate from versions 2.0-2.3 to 
version 2.4.3.
 Users of version 1.x should consult the migration guide on the Commons Pool 
web site.

Modified: release/commons/pool/binaries/README.html
==============================================================================
--- release/commons/pool/binaries/README.html (original)
+++ release/commons/pool/binaries/README.html Fri Jul  6 23:07:35 2018
@@ -1 +1,124 @@
-link ../README.html
\ No newline at end of file
+<h1>Commons POOL 2.6.0 for Java 7</h1>
+
+<p>This is the 2.6.0 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool2-2.6.0.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool2-2.6.0.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool2-2.6.0.tar.gz.asc
+</pre>
+<p>
+
+<h1>Commons POOL 2.4.3 for Java 6</h1>
+
+<p>This is the 2.4.3 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool2-2.4.3.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool2-2.4.3.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool2-2.4.3.tar.gz.asc
+</pre>
+<p>
+
+<h1>Commons POOL 1.6 for Java 5</h1>
+
+<p>This is the 1.6 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool-1.6.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool-1.6.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool-1.6.tar.gz.asc
+</pre>
+
+<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>

Modified: release/commons/pool/source/README.html
==============================================================================
--- release/commons/pool/source/README.html (original)
+++ release/commons/pool/source/README.html Fri Jul  6 23:07:35 2018
@@ -1 +1,124 @@
-link ../README.html
\ No newline at end of file
+<h1>Commons POOL 2.6.0 for Java 7</h1>
+
+<p>This is the 2.6.0 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool2-2.6.0.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool2-2.6.0.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool2-2.6.0.tar.gz.asc
+</pre>
+<p>
+
+<h1>Commons POOL 2.4.3 for Java 6</h1>
+
+<p>This is the 2.4.3 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool2-2.4.3.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool2-2.4.3.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool2-2.4.3.tar.gz.asc
+</pre>
+<p>
+
+<h1>Commons POOL 1.6 for Java 5</h1>
+
+<p>This is the 1.6 release of commons-pool. 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>See release notes above for details, and website below for more 
information.</p>
+
+<p>Thank you for using <a href="http://commons.apache.org/pool/";>Commons 
POOL</a>,<br>
+from the Apache Commons Project <a 
href="http://commons.apache.org/";>http://commons.apache.org/</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-pool-1.6.tar.gz.asc
+or,
+$ pgp -ka KEYS
+$ pgp commons-pool-1.6.tar.gz.asc
+or,
+$ gpg --import KEYS
+$ gpg --verify commons-pool-1.6.tar.gz.asc
+</pre>
+
+<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>


Reply via email to