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


The following commit(s) were added to refs/heads/master by this push:
     new 471fcad  Use HTTPS links to Apache.
471fcad is described below

commit 471fcadbd0db81e16aed153f02c4aa233d491dc1
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Jul 4 09:49:09 2019 -0400

    Use HTTPS links to Apache.
---
 RELEASE-NOTES.txt            | 2 +-
 pom.xml                      | 2 +-
 src/site/site.xml            | 2 +-
 src/site/xdoc/index.xml      | 4 ++--
 src/site/xdoc/mail-lists.xml | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fa24067..ae4ea39 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -165,4 +165,4 @@ o CODEC-176: Spelling fixes in Javadoc and comments. Thanks 
to Ville Skyttä.
 For complete information on Apache Commons Codec, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Commons Codec website:
 
-http://commons.apache.org/proper/commons-codec/
+https://commons.apache.org/proper/commons-codec/
diff --git a/pom.xml b/pom.xml
index e8e8bf2..be51436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@ limitations under the License.
      widely used encoders and decoders, the codec package also maintains a
      collection of phonetic encoding utilities.
   </description>
-  <url>http://commons.apache.org/proper/commons-codec/</url>
+  <url>https://commons.apache.org/proper/commons-codec/</url>
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/CODEC</url>
diff --git a/src/site/site.xml b/src/site/site.xml
index c27f4b1..4f3c819 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -25,7 +25,7 @@
     <body>
         <menu name="Codec">
             <item name="Overview"      href="/index.html"/>
-            <item name="Download"      
href="http://commons.apache.org/codec/download_codec.cgi"/>
+            <item name="Download"      
href="https://commons.apache.org/codec/download_codec.cgi"/>
             <item name="Users guide"   href="/userguide.html"/>
             <item name="Javadoc trunk" href="/apidocs/index.html"/>
             <item name="Javadoc 1.12"  
href="/archives/1.12/apidocs/index.html"/>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 68932ad..fcb52a3 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -87,7 +87,7 @@ The <a href="source-repository.html">subversion 
repository</a> can be
 <!-- ================================================== -->
 <section name="Releases">
 <ul>
-  <li><a href="http://commons.apache.org/codec/download_codec.cgi";>Codec 1.12 
(mirrors)</a> requires Java 1.7</li>
+  <li><a href="https://commons.apache.org/codec/download_codec.cgi";>Codec 1.12 
(mirrors)</a> requires Java 1.7</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/";>Codec 1.11 
(archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/";>Codec 1.10 
(archives)</a> requires Java 1.6</li>
   <li><a href="http://archive.apache.org/dist/commons/codec/";>Codec 1.9 
(archives)</a> requires Java 1.6</li>
@@ -98,7 +98,7 @@ The <a href="source-repository.html">subversion 
repository</a> can be
 </ul>
 <p>
 See the
-<a href="http://commons.apache.org/codec/download_codec.cgi";>Download Page</a>
+<a href="https://commons.apache.org/codec/download_codec.cgi";>Download Page</a>
 for the latest releases.<br />
 </p>
 <p>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 805abe2..e07c7ce 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 Codec</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:

Reply via email to