You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/11/20 15:17:05 UTC

[maven-site] branch master updated: Make archive links use HTTPS

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


The following commit(s) were added to refs/heads/master by this push:
     new 0ff24bb  Make archive links use HTTPS
0ff24bb is described below

commit 0ff24bb2d8aae5f4fe01225a442df669de57fb34
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Nov 20 16:16:58 2021 +0100

    Make archive links use HTTPS
---
 content/markdown/docs/history.md.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/markdown/docs/history.md.vm b/content/markdown/docs/history.md.vm
index 969927b..872f50e 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -21,7 +21,7 @@
  NOTE: For help with the syntax of this file, see:
  http://maven.apache.org/doxia/references/apt-format.html
 -->
-#set ( $archive = 'http://mail-archives.apache.org/mod_mbox/maven-' )
+#set ( $archive = 'https://mail-archives.apache.org/mod_mbox/maven-' )
 #macro ( release $date $version $announce $bold $jdk $rowspan )
 #if( $bold.equals( "true" ) )
 #set ( $b = '<b>' )