You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2013/12/31 05:53:34 UTC

svn commit: r1554366 - /commons/proper/pool/trunk/src/site/site.xml

Author: psteitz
Date: Tue Dec 31 04:53:33 2013
New Revision: 1554366

URL: http://svn.apache.org/r1554366
Log:
Added 2.1 api docs, fixed broken link.

Modified:
    commons/proper/pool/trunk/src/site/site.xml

Modified: commons/proper/pool/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/site/site.xml?rev=1554366&r1=1554365&r2=1554366&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/site/site.xml (original)
+++ commons/proper/pool/trunk/src/site/site.xml Tue Dec 31 04:53:33 2013
@@ -25,9 +25,10 @@
     <body>
         <menu name="Pool">
             <item name="Overview"                      href="/index.html"/>
-            <item name="Javadoc (1.5.7 release)"       href="http://commons.apache.org/proper/commons-pool/api-1.5.6/index.html"/>
+            <item name="Javadoc (1.5.7 release)"       href="http://commons.apache.org/proper/commons-pool/api-1.5.7/index.html"/>
             <item name="Javadoc (1.6 release)"         href="http://commons.apache.org/proper/commons-pool/api-1.6/index.html"/>
             <item name="Javadoc (2.0 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.0/index.html"/>
+            <item name="Javadoc (2.1 release)"         href="http://commons.apache.org/proper/commons-pool/api-2.1/index.html"/>
             <item name="Examples"                      href="/examples.html"/>
             <item name="Downloads"                     href="/download_pool.cgi"/>
             <item name="Wiki"                          href="http://wiki.apache.org/commons/Pool"/>