This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git


The following commit(s) were added to refs/heads/master by this push:
     new e264218  Better Javadoc Archives.
e264218 is described below

commit e264218c05a96f41c7ee63849540a1b2b5d10bd7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 31 15:07:54 2020 -0400

    Better Javadoc Archives.
---
 src/site/site.xml | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 73215a8..b9c906a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -26,18 +26,9 @@
       <menu name="Commons&#xA0;DBCP">
         <item name="Overview"               href="/index.html" />
         <item name="Configuration"          href="/configuration.html" />
-        <item name="Javadoc&#xA0;1.2.2"     href="/api-1.2.2/index.html"/>
-        <item name="Javadoc&#xA0;1.3"       href="/api-1.3/index.html"/>
-        <item name="Javadoc&#xA0;1.4"       href="/api-1.4/index.html"/>
-        <item name="Javadoc&#xA0;2.0.1"     href="/api-2.0.1/index.html"/>
-        <item name="Javadoc&#xA0;2.1"       href="/api-2.1/index.html"/>
-        <item name="Javadoc&#xA0;2.1.1"     href="/api-2.1.1/index.html"/>
-        <item name="Javadoc&#xA0;2.2.0"     href="/api-2.2.0/index.html"/>
-        <item name="Javadoc&#xA0;2.3.0"     href="/api-2.3.0/index.html"/>
-        <item name="Javadoc&#xA0;2.4.0"     href="/api-2.4.0/index.html"/>
-        <item name="Javadoc&#xA0;2.5.0"     href="/api-2.5.0/index.html"/>
-        <item name="Javadoc&#xA0;2.6.0"     href="/api-2.6.0/index.html"/>
-        <item name="Javadoc&#xA0;2.7.0"     href="/api-2.7.0/index.html"/>
+        <item name="Javadoc"                href="/apidocs/index.html"/>
+        <item name="Javadoc 2.x Archive"    
href="https://javadoc.io/doc/org.apache.commons/commons-dbcp2/latest/index.html"/>
+        <item name="Javadoc 1.x Archive"    
href="https://javadoc.io/doc/commons-dbcp/commons-dbcp/latest/index.html"/>
         <item name="Developers&#xA0;Guide"  href="/guide/index.html" 
collapse="true">
         <item name="JNDI&#xA0;Howto"        href="/guide/jndi-howto.html"/>
         <item name="Class&#xA0;Diagrams"    href="/guide/classdiagrams.html"/>

Reply via email to