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 2019/07/04 14:50:25 UTC

[commons-net] branch master updated: Use HTTPS links to commons.apache.org.

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-net.git


The following commit(s) were added to refs/heads/master by this push:
     new eb8ac04  Use HTTPS links to commons.apache.org.
eb8ac04 is described below

commit eb8ac04598710c952a41c3112877c1ff8e3b3cfa
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jul 4 10:50:21 2019 -0400

    Use HTTPS links to commons.apache.org.
---
 BUILDING.txt                                              | 2 +-
 RELEASE-NOTES.txt                                         | 4 ++--
 pom.xml                                                   | 2 +-
 src/site/xdoc/mail-lists.xml                              | 2 +-
 src/test/java/org/apache/commons/net/tftp/TFTPServer.java | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 840417b..2eb2e4a 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -8,7 +8,7 @@ $ mvn clean test -Pjava-1.6
 
 For setting up your Maven installation to enable the use of the profile, please see:
 
-http://commons.apache.org/commons-parent-pom.html#Testing_with_different_Java_versions
+https://commons.apache.org/commons-parent-pom.html#Testing_with_different_Java_versions
 
 The latest version of Maven that runs under Java 1.6 is 3.2.5 [1]
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index e7d8c9c..d5dc8ff 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -51,9 +51,9 @@ o           POP3Mail example: support host port; allow reading password from Con
 o NET-599:  Add shorthand FTPClientConfig constructor
 
 
-Historical list of changes: http://commons.apache.org/proper/commons-net/changes-report.html
+Historical list of changes: https://commons.apache.org/proper/commons-net/changes-report.html
 
 For complete information on Apache Commons Net, including instructions on how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Net website:
 
-http://commons.apache.org/proper/commons-net/
+https://commons.apache.org/proper/commons-net/
diff --git a/pom.xml b/pom.xml
index 1564aed..6f66fb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,7 @@
 Apache Commons Net library contains a collection of network utilities and protocol implementations.
 Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois
     </description>
-    <url>http://commons.apache.org/proper/commons-net/</url>
+    <url>https://commons.apache.org/proper/commons-net/</url>
     <issueManagement>
         <system>jira</system>
         <url>http://issues.apache.org/jira/browse/NET</url>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 682623a..984d789 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <section name="Overview">
       <p>
         <a href="index.html">Apache Commons Net</a> shares mailing lists with all the other
-        <a href="http://commons.apache.org/components.html">Commons Components</a>.
+        <a href="https://commons.apache.org/components.html">Commons Components</a>.
         To make it easier for people to only read messages related to components they are interested in,
         the convention in Commons is to prefix the subject line of messages with the component's name,
         for example:
diff --git a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
index 2ad8091..2778904 100644
--- a/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
+++ b/src/test/java/org/apache/commons/net/tftp/TFTPServer.java
@@ -268,7 +268,7 @@ public class TFTPServer implements Runnable
 
     /**
      * Set the socket timeout in milliseconds used in transfers. Defaults to the value here:
-     * http://commons.apache.org/net/apidocs/org/apache/commons/net/tftp/TFTP.html#DEFAULT_TIMEOUT
+     * https://commons.apache.org/net/apidocs/org/apache/commons/net/tftp/TFTP.html#DEFAULT_TIMEOUT
      * (5000 at the time I write this) Min value of 10.
      * @param timeout the timeout; must be larger than 10
      */