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


The following commit(s) were added to refs/heads/master by this push:
     new 891cb42  Use HTTPS in URL
891cb42 is described below

commit 891cb4208edfad5522aaa5656cf32bb0e889e618
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 2 10:40:01 2025 -0500

    Use HTTPS in URL
---
 src/changes/changes.xml                   | 1 +
 src/main/resources/META-INF/maven/site.vm | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f8eb10..edecde2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
   <body>
     <release version="5.2.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
+      <action type="fix" dev="ggregory" due-to="Gary Gregory">Use HTTPS links 
in site.vm.</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-parent from 89 to 91.</action>
diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index 3dd503f..299aed0 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -384,7 +384,7 @@
         #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
         #set ( $href = $href.replaceAll( '\\', '/' ) )
       #else
-        #set ( $href="http://maven.apache.org/"; )
+        #set ( $href="https://maven.apache.org/"; )
       #end
 ##
       #if( $item.name )
@@ -435,12 +435,12 @@
       </a>
     #end
     #if( $poweredBy.isEmpty() )
-      <a href="http://maven.apache.org/"; title="$text.get( "template.builtby" 
) Maven" class="poweredBy">
+      <a href="https://maven.apache.org/"; title="$text.get( "template.builtby" 
) Maven" class="poweredBy">
         <img class="builtBy" alt="$text.get( "template.builtby" ) Maven" 
src="$relativePath/images/logos/maven-feather.png" />
       </a>
     #end
   #else
-    <a href="http://maven.apache.org/"; title="$text.get( "template.builtby" ) 
Maven" class="poweredBy">
+    <a href="https://maven.apache.org/"; title="$text.get( "template.builtby" ) 
Maven" class="poweredBy">
       <img class="builtBy" alt="$text.get( "template.builtby" ) Maven" 
src="$relativePath/images/logos/maven-feather.png" />
     </a>
   #end
@@ -475,7 +475,7 @@
       #set ( $ribbonColor = $definedRibbonColor.getValue().toLowerCase() )
     #end
 
-    <a href="http://github.com/$gitHubProjectId";>
+    <a href="https://github.com/$gitHubProjectId";>
       <img style="position: absolute; top: 0; $ribbonOrientation: 0; border: 
0; z-index: 10000;"
         src="https://s3.amazonaws.com/github/ribbons/$ribbon.get( $ribbonColor 
)"
         alt="Fork me on GitHub">

Reply via email to