You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/29 16:55:34 UTC

[commons-net] branch release updated (480ab02 -> be4580d)

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

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


    from 480ab02  Fix updates section.
     new 8db00b8  Set release date.
     new be4580d  Fix Javadoc link and add link to archive.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml | 2 +-
 src/site/site.xml       | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


[commons-net] 01/02: Set release date.

Posted by gg...@apache.org.
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-net.git

commit 8db00b877e0eb52d37b93716dd57ce35e9ea654e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 12:54:10 2020 -0400

    Set release date.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e53dc95..13d7069 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
      -->
 
     <body>
-        <release version="3.7.1" date="20YY-MM-DD" description="Maintenance and bug fix release.">
+        <release version="3.7.1" date="2020-09-29" description="Maintenance and bug fix release.">
             <action issue="NET-687" type="fix" dev="ggregory" due-to="Gary Gregory, Mikael, j-verse">
             [FTPS] javax.net.ssl.SSLException: Unsupported or unrecognized SSL message, #59.
             </action>


[commons-net] 02/02: Fix Javadoc link and add link to archive.

Posted by gg...@apache.org.
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-net.git

commit be4580df97c3579bb4eba1a5652a2c5ba5cdd62c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Sep 29 12:54:32 2020 -0400

    Fix Javadoc link and add link to archive.
---
 src/site/site.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 28c1cef..fb731f9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -30,7 +30,8 @@
       <item name="Migration How-to"            href="migration.html"/>
       <item name="FAQ"                         href="faq.html"/>
       <item name="Download"                    href="/download_net.cgi"/>
-      <item name="Javadoc 3.7 (Java 1.7)"      href="/javadocs/api-3.7/index.html"/>
+      <item name="Javadoc"                     href="/apidocs/index.html"/>
+      <item name="Javadoc Archive"             href="https://javadoc.io/doc/commons-net/commons-net/latest/index.html"/>
     </menu>
     <menu name="Development">
       <item name="Coding Specifications"       href="code-standards.html"/>