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

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git

commit 9ea0b9658831dd03d94d9a3f43034df4088dd3ef
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Thu Feb 29 08:07:42 2024 -0500

    Use https for site links
    
    @slawekjaranowski
---
 src/site/site.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 9ddf361..dd88df3 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,14 +21,13 @@ under the License.
 
 <project xmlns="http://maven.apache.org/DECORATION/1.4.0";
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
http://maven.apache.org/xsd/decoration-1.4.0.xsd";>
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 
https://maven.apache.org/xsd/decoration-1.4.0.xsd";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
-      <!-- According to https://issues.apache.org/jira/browse/MNGSITE-152 -->
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="download.html"/>
     </menu>
     <menu name="Toolchains">
@@ -36,8 +35,5 @@ under the License.
       <item name="JDK Standard Toolchain" href="toolchains/jdk.html"/>
       <item name="Custom Toolchains" href="toolchains/custom.html"/>
     </menu>
-    <!--menu name="Resources">
-      <item name="Maven 2.0.x Version Range Syntax" 
href="http://maven.apache.org/plugins/maven-enforcer-plugin/rules/versionRanges.html";
 />
-    </menu-->
   </body>
 </project>

Reply via email to