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

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


The following commit(s) were added to refs/heads/release by this push:
     new a95b124  Documentation for Jakarta vs. Javax.
a95b124 is described below

commit a95b12445642d485601ce5dd1019e4c8fed8a860
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 2 20:17:51 2024 -0500

    Documentation for Jakarta vs. Javax.
---
 src/site/site.xml       | 9 +++++++--
 src/site/xdoc/index.xml | 9 +++------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index b03e46c..51dac7a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -28,8 +28,13 @@
       <item name="Download" 
href="https://commons.apache.org/email/download_email.cgi"; />
       <item name="User guide" href="/userguide.html" />
       <item name="Security Reports" href="/security-reports.html" />
-      <item name="Javadoc" href="/apidocs/index.html" />
-      <item name="Javadoc Archive" 
href="https://javadoc.io/doc/org.apache.commons/commons-email/latest/index.html";
 />
+      <item name="Javadoc Core" 
href="/commons-email2-core/apidocs/org/apache/commons/mail2/core/package-summary.html"
 />
+      <item name="Javadoc Jakarta" 
href="/commons-email2-jakarta/apidocs/org/apache/commons/mail2/core/package-summary.html"
 />
+      <item name="Javadoc Javax" 
href="/commons-email2-javax/apidocs/org/apache/commons/mail2/core/package-summary.html"
 />
+      <item name="Javadoc 2.x Core Archive" 
href="https://javadoc.io/doc/org.apache.commons/commons-email2-core/latest/index.html";
 />
+      <item name="Javadoc 2.x Jakarta Archive" 
href="https://javadoc.io/doc/org.apache.commons/commons-email2-jakarta/latest/index.html";
 />
+      <item name="Javadoc 2.x Javax Archive" 
href="https://javadoc.io/doc/org.apache.commons/commons-email2-javax/latest/index.html";
 />
+      <item name="Javadoc 1.x Archive" 
href="https://javadoc.io/doc/org.apache.commons/commons-email/latest/index.html";
 />
     </menu>
 
     <menu name="Development">
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 5f76965..a1526da 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -86,12 +86,9 @@
                 The Javadoc API documents are available online:
             </p>
             <ul>
-                <li>The
-                    <a href="/apidocs/index.html">Javadoc</a>
-                </li>
-                <li>The
-                    <a 
href="https://javadoc.io/doc/org.apache.commons/commons-email/latest/index.html";>Javadoc
 Archive</a>
-                </li>
+                <li><a 
href="/commons-email2-core/apidocs/org/apache/commons/mail2/core/package-summary.html">Javadoc
 Core</a></li>
+                <li><a 
href="/commons-email2-jakarta/apidocs/org/apache/commons/mail2/core/package-summary.html">Javadoc
 Jakarta</a></li>
+                <li><a 
href="/commons-email2-javax/apidocs/org/apache/commons/mail2/core/package-summary.html">Javadoc
 Javax</a></li>
             </ul>
             <p>
                 The

Reply via email to