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


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

commit fa2f732ba9c219d26953faf020640fe4b97b661b
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Jul 4 10:51:51 2019 -0400

    Use HTTPS links to commons.apache.org.
---
 BUILDING.txt      |  2 +-
 RELEASE-NOTES.txt | 28 ++++++++++++++--------------
 pom.xml           |  2 +-
 src/site/site.xml | 32 ++++++++++++++++----------------
 4 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index 3c48a74..6fa582c 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -4,7 +4,7 @@ Notes on building/releasing Commons Parent
 These recipes should work.
 Other recipes may suit other tastes!
 This is the short form of "Releasing Commons Components"
-http://commons.apache.org/releases/index.html
+https://commons.apache.org/releases/index.html
 
 To perform the license release audit, a.k.a. "RAT check", run.
 
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cc30111..5c06abc 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -45,12 +45,12 @@ o org.apache.maven.wagon:wagon-ssh 3.3.1 -> 3.3.2
 o org.apache.maven.plugins:maven-javadoc-plugin 3.0.1 -> 3.1.0
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 
 Have fun!
@@ -88,12 +88,12 @@ o maven-surefire-plugin 2.21.0 -> 2.22.0
 o maven-project-info-reports-plugin 2.9 -> 3.0.0
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
@@ -157,12 +157,12 @@ Removed:
 o Prerequisites tag; should only be used for maven-plugins, using 
maven-enforcer-plugin instead.
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
@@ -183,12 +183,12 @@ Changes:
 o Rearranging plugin order in -Prelease, removing commons-release-plugin from 
build>pluginManagement
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
@@ -234,12 +234,12 @@ o maven-surefire-plugin 2.20.1 -> 2.21.0
 o maven-failsafe-plugin 2.20.1 -> 2.21.0
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
@@ -273,12 +273,12 @@ o wagon-ssh 2.10 -> 3.0.0.
 o maven-site-plugin 3.6 -> 3.7 (fixes Java 9 builds; for migrating from 3.4 to 
3.5.1, see 
https://maven.apache.org/components/plugins/maven-site-plugin/migrate.html)
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
 
 -----------------------------------------------------------------------------
 
@@ -310,9 +310,9 @@ o new property
   setting of japicmp
 
 
-Historical list of changes: http://commons.apache.org/commons-parent-pom.html
+Historical list of changes: https://commons.apache.org/commons-parent-pom.html
 
 For complete information on Apache Commons Parent, including instructions on 
how to submit bug reports,
 patches, or suggestions for improvement, see the Apache Apache Commons Parent 
website:
 
-http://commons.apache.org/commons-parent-pom.html
+https://commons.apache.org/commons-parent-pom.html
diff --git a/pom.xml b/pom.xml
index 9c73ae2..543f5ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <packaging>pom</packaging>
   <version>49-SNAPSHOT</version>
   <name>Apache Commons Parent</name>
-  <url>http://commons.apache.org/commons-parent-pom.html</url>
+  <url>https://commons.apache.org/commons-parent-pom.html</url>
   <description>The Apache Commons Parent POM provides common settings for all 
Apache Commons components.</description>
   <issueManagement>
     <system>jira</system>
diff --git a/src/site/site.xml b/src/site/site.xml
index 594d2a6..cde4577 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -43,7 +43,7 @@
      ! This is due to be fixed in version 2.3 of the site plugin - see 
MSITE-159, MSHARED-189
      ! Or use site:stage which does not convert these links ... 
      -->
-    <href>http://commons.apache.org.remove.invalid/</href>
+    <href>https://commons.apache.org.remove.invalid/</href>
   </bannerLeft>
 
   <publishDate format="dd MMMM yyyy" position="left" />
@@ -75,34 +75,34 @@
     <links>
       <item name="ApacheCon" href="http://www.apachecon.com/"/>
       <item name="Apache"  href="http://www.apache.org"/>
-      <item name="Commons" href="http://commons.apache.org/"; />
+      <item name="Commons" href="https://commons.apache.org/"; />
     </links>
 
     <menu ref="reports" inherit="bottom" />
 
     <menu name="Commons" inherit="bottom">
-      <item name="Home"                  href="http://commons.apache.org/"; />
+      <item name="Home"                  href="https://commons.apache.org/"; />
       <item name="License"               
href="http://www.apache.org/licenses/"/>
-      <item name="Components"            
href="http://commons.apache.org/components.html"; collapse="true">
-        <item name="Full list..."        
href="http://commons.apache.org/components.html"; />
+      <item name="Components"            
href="https://commons.apache.org/components.html"; collapse="true">
+        <item name="Full list..."        
href="https://commons.apache.org/components.html"; />
       </item> 
-      <item name="Sandbox"               
href="http://commons.apache.org/sandbox/index.html"; collapse="true">
-        <item name="Full list..."        
href="http://commons.apache.org/sandbox/index.html"; />
+      <item name="Sandbox"               
href="https://commons.apache.org/sandbox/index.html"; collapse="true">
+        <item name="Full list..."        
href="https://commons.apache.org/sandbox/index.html"; />
       </item>
-      <item name="Dormant"               
href="http://commons.apache.org/dormant/index.html"; collapse="true">
-        <item name="Full list..."        
href="http://commons.apache.org/dormant/index.html"; />
+      <item name="Dormant"               
href="https://commons.apache.org/dormant/index.html"; collapse="true">
+        <item name="Full list..."        
href="https://commons.apache.org/dormant/index.html"; />
       </item>
     </menu>
 
     <!-- Should agree with commons-site -->
     <menu name="General Information" inherit="bottom">
-      <item name="Security"              
href="http://commons.apache.org/security.html"/>
-      <item name="Volunteering"          
href="http://commons.apache.org/volunteering.html"; />
-      <item name="Contributing Patches"  
href="http://commons.apache.org/patches.html"; />
-      <item name="Building Components"   
href="http://commons.apache.org/building.html"; />
-      <item name="Commons Parent Pom"    
href="http://commons.apache.org/commons-parent-pom.html"; />
-      <item name="Commons Build Plugin"  
href="http://commons.apache.org/build-plugin/index.html"; />
-      <item name="Releasing Components"  
href="http://commons.apache.org/releases/index.html"; />
+      <item name="Security"              
href="https://commons.apache.org/security.html"/>
+      <item name="Volunteering"          
href="https://commons.apache.org/volunteering.html"; />
+      <item name="Contributing Patches"  
href="https://commons.apache.org/patches.html"; />
+      <item name="Building Components"   
href="https://commons.apache.org/building.html"; />
+      <item name="Commons Parent Pom"    
href="https://commons.apache.org/commons-parent-pom.html"; />
+      <item name="Commons Build Plugin"  
href="https://commons.apache.org/build-plugin/index.html"; />
+      <item name="Releasing Components"  
href="https://commons.apache.org/releases/index.html"; />
       <item name="Wiki"                  
href="http://wiki.apache.org/commons/FrontPage"; />
     </menu>
 

Reply via email to