This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


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

commit e7e63b0f97033ba6bcb281bc716b4cd3f4857e9b
Author: Michael Osipov <[email protected]>
AuthorDate: Fri Jul 7 20:24:19 2023 +0200

    Use HTTPS
---
 src/main/resources/META-INF/maven/site-macros.vm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/META-INF/maven/site-macros.vm 
b/src/main/resources/META-INF/maven/site-macros.vm
index 89109e4..e25194b 100644
--- a/src/main/resources/META-INF/maven/site-macros.vm
+++ b/src/main/resources/META-INF/maven/site-macros.vm
@@ -546,12 +546,12 @@ $indent     </ul>##
 #*  *#</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

Reply via email to