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-email.git
The following commit(s) were added to refs/heads/master by this push: new 2d13b77 Use HTTPS links to Apache. 2d13b77 is described below commit 2d13b77b1d9b7b241ca85645f5fce840c2fb0962 Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Thu Jul 4 10:16:34 2019 -0400 Use HTTPS links to Apache. --- RELEASE-NOTES.txt | 2 +- pom.xml | 2 +- src/site/site.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/mail-lists.xml | 2 +- src/site/xdoc/release_1_1.xml | 2 +- src/site/xdoc/security-reports.xml | 2 +- .../org/apache/commons/mail/EmailLiveTest.java | 2 +- .../resources/attachments/download_email.cgi.html | 28 +++++++++++----------- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 3cc05cd..4f823ea 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -13,7 +13,7 @@ classes. The Commons Email website is the source for the most recent information, downloads, reports, and bug status: -http://commons.apache.org/email/ +https://commons.apache.org/email/ This is a major and security bugfix release which adds some new features and fixes several bugs present in the 1.4 release. All diff --git a/pom.xml b/pom.xml index 0900255..bf695a9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ the JavaMail API, which it aims to simplify. </description> - <url>http://commons.apache.org/proper/commons-email/</url> + <url>https://commons.apache.org/proper/commons-email/</url> <issueManagement> <system>jira</system> diff --git a/src/site/site.xml b/src/site/site.xml index 767452c..4e93039 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -25,7 +25,7 @@ <body> <menu name="Email"> <item name="Overview" href="/index.html"/> - <item name="Download" href="http://commons.apache.org/email/download_email.cgi"/> + <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="Latest API docs (development)" href="/apidocs/index.html"/> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index ee84aff..dfa777f 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -103,7 +103,7 @@ <section name="Releases"> <p> The latest version 1.5, requires Java 6 - - <a href="http://commons.apache.org/email/download_email.cgi">Download now!</a> + <a href="https://commons.apache.org/email/download_email.cgi">Download now!</a> <br/> The full <a href="changes-report.html">change log</a> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 40ccfa3..799c2ae 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 Email</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/site/xdoc/release_1_1.xml b/src/site/xdoc/release_1_1.xml index 5a8b922..784ea93 100644 --- a/src/site/xdoc/release_1_1.xml +++ b/src/site/xdoc/release_1_1.xml @@ -36,7 +36,7 @@ downloads, reports, and bug status: </p> <p> - <a href="http://commons.apache.org/email/">http://commons.apache.org/email/</a> + <a href="https://commons.apache.org/email/">https://commons.apache.org/email/</a> </p> <p> This is a maintenance release which fixes several bugs present in the 1.0 diff --git a/src/site/xdoc/security-reports.xml b/src/site/xdoc/security-reports.xml index ec42cdf..be701d3 100644 --- a/src/site/xdoc/security-reports.xml +++ b/src/site/xdoc/security-reports.xml @@ -25,7 +25,7 @@ <section name="General Information"> <p>For information about reporting or asking questions about security problems, please see the <a - href="http://commons.apache.org/security.html">security page + href="https://commons.apache.org/security.html">security page of the Commons project</a>.</p> </section> diff --git a/src/test/java/org/apache/commons/mail/EmailLiveTest.java b/src/test/java/org/apache/commons/mail/EmailLiveTest.java index 5665e4a..8b28821 100644 --- a/src/test/java/org/apache/commons/mail/EmailLiveTest.java +++ b/src/test/java/org/apache/commons/mail/EmailLiveTest.java @@ -303,7 +303,7 @@ public class EmailLiveTest extends AbstractEmailTest { if(EmailConfiguration.MAIL_FORCE_SEND) { - final URL url = new URL("http://commons.apache.org/email/"); + final URL url = new URL("https://commons.apache.org/email/"); // URL url = new URL("http://www.dzone.com/links/index.html"); final String htmlMsg = getFromUrl(url); diff --git a/src/test/resources/attachments/download_email.cgi.html b/src/test/resources/attachments/download_email.cgi.html index 059bdc8..ea293f4 100644 --- a/src/test/resources/attachments/download_email.cgi.html +++ b/src/test/resources/attachments/download_email.cgi.html @@ -42,7 +42,7 @@ <tr> <td> - <a href="http://commons.apache.org"> + <a href="https://commons.apache.org"> <img border="0" name="organization-logo" alt="The Apache Software Foundation" src="asf_logo_wide.gif" align="left"></img> <img src="http://www.apache.org/images/asf_logo_wide.gif"/> </a> @@ -136,7 +136,7 @@ <small> - <a href="http://commons.apache.org/">Home</a> + <a href="https://commons.apache.org/">Home</a> </small> @@ -159,7 +159,7 @@ <small> - <a href="http://commons.apache.org/contributors.html">Contributors</a> + <a href="https://commons.apache.org/contributors.html">Contributors</a> </small> @@ -182,7 +182,7 @@ <small> - <a href="http://commons.apache.org/license.html">License</a> + <a href="https://commons.apache.org/license.html">License</a> </small> @@ -289,7 +289,7 @@ <small> - <a href="http://commons.apache.org/downloads/index.html">Releases?(mirrored)</a> + <a href="https://commons.apache.org/downloads/index.html">Releases?(mirrored)</a> </small> @@ -317,7 +317,7 @@ <small> - <a href="http://commons.apache.org/svninfo.html">General Information</a> + <a href="https://commons.apache.org/svninfo.html">General Information</a> </small> @@ -414,7 +414,7 @@ <small> - <a href="http://commons.apache.org/mail-lists.html">Mailing Lists</a> + <a href="https://commons.apache.org/mail-lists.html">Mailing Lists</a> </small> @@ -437,7 +437,7 @@ <small> - <a href="http://commons.apache.org/bugs.html">Bug Database</a> + <a href="https://commons.apache.org/bugs.html">Bug Database</a> </small> @@ -467,7 +467,7 @@ <small> - <a href="http://commons.apache.org/charter.html">Charter</a> + <a href="https://commons.apache.org/charter.html">Charter</a> </small> @@ -490,7 +490,7 @@ <small> - <a href="http://commons.apache.org/volunteering.html">Volunteering</a> + <a href="https://commons.apache.org/volunteering.html">Volunteering</a> </small> @@ -513,7 +513,7 @@ <small> - <a href="http://commons.apache.org/patches.html">Contributing Patches</a> + <a href="https://commons.apache.org/patches.html">Contributing Patches</a> </small> @@ -536,7 +536,7 @@ <small> - <a href="http://commons.apache.org/building.html">Building Components</a> + <a href="https://commons.apache.org/building.html">Building Components</a> </small> @@ -559,7 +559,7 @@ <small> - <a href="http://commons.apache.org/releases/index.html">Releasing Components</a> + <a href="https://commons.apache.org/releases/index.html">Releasing Components</a> </small> @@ -761,7 +761,7 @@ The <code>KEYS</code> link links to the code signing keys used to sign the product. The <code>PGP</code> link downloads the OpenPGP compatible signature from our main site. The <code>MD5</code> link downloads the checksum from the main site. - </p><p>For more information concerning Email, see the <a href="http://commons.apache.org/email/" class="name">Email</a> site. </p><div class="links"><span class="link"><a href="http://www.apache.org/dist/commons/KEYS">KEYS</a></span></div><ul class="downloads"><li class="group"><div class="links"><span class="label"></span><span class="link"><a href="http://commons.apache.org/email/changes-report.html">Changes Report</a></span></div><ul></ul></li><li class="group"><div class="links"><sp [...] + </p><p>For more information concerning Email, see the <a href="https://commons.apache.org/email/" class="name">Email</a> site. </p><div class="links"><span class="link"><a href="http://www.apache.org/dist/commons/KEYS">KEYS</a></span></div><ul class="downloads"><li class="group"><div class="links"><span class="label"></span><span class="link"><a href="https://commons.apache.org/email/changes-report.html">Changes Report</a></span></div><ul></ul></li><li class="group"><div class="links">< [...] </div>