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-build-plugin.git


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

commit 053df7481cdbd85a235eca287c100b75e16e76d8
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 14 09:50:57 2025 -0500

    Use HTTPS in templates
---
 .../resources/commons-xdoc-templates/contributing-md-template.md  | 2 +-
 src/main/resources/commons-xdoc-templates/download-page-head.xml  | 2 +-
 .../resources/commons-xdoc-templates/issue-tracking-template.xml  | 8 ++++----
 src/main/resources/commons-xdoc-templates/mail-lists-template.xml | 8 ++++----
 .../commons-xdoc-templates/no-download-page-template.xml          | 8 ++++----
 src/main/resources/commons-xdoc-templates/readme-md-template.md   | 2 +-
 .../commons-xdoc-templates/sandbox-issue-tracking-template.xml    | 8 ++++----
 7 files changed, 19 insertions(+), 19 deletions(-)

diff --git 
a/src/main/resources/commons-xdoc-templates/contributing-md-template.md 
b/src/main/resources/commons-xdoc-templates/contributing-md-template.md
index 1ce5390..51b79b3 100644
--- a/src/main/resources/commons-xdoc-templates/contributing-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/contributing-md-template.md
@@ -6,7 +6,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+      https://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/src/main/resources/commons-xdoc-templates/download-page-head.xml 
b/src/main/resources/commons-xdoc-templates/download-page-head.xml
index e0d07c1..8a30b94 100644
--- a/src/main/resources/commons-xdoc-templates/download-page-head.xml
+++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml
@@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
diff --git 
a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml 
b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
index 12bd5dd..66fcafe 100644
--- a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
+++ b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
@@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -41,9 +41,9 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="http://maven.apache.org/XDOC/2.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+<document xmlns="https://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Issue tracking</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>
diff --git a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml 
b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
index 037c739..938c057 100644
--- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
+++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
@@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -39,9 +39,9 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="http://maven.apache.org/XDOC/2.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+<document xmlns="https://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Mailing Lists</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>
diff --git 
a/src/main/resources/commons-xdoc-templates/no-download-page-template.xml 
b/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
index a4e6aee..2143150 100644
--- a/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
+++ b/src/main/resources/commons-xdoc-templates/no-download-page-template.xml
@@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -40,9 +40,9 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="http://maven.apache.org/XDOC/2.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+<document xmlns="https://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Download @NAME@</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>
diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md 
b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 1ccaf4b..94e2158 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -6,7 +6,7 @@
  (the "License"); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at
 
-      http://www.apache.org/licenses/LICENSE-2.0
+      https://www.apache.org/licenses/LICENSE-2.0
 
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
diff --git 
a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml 
b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
index 5e8ab0c..10cd8cb 100644
--- 
a/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
+++ 
b/src/main/resources/commons-xdoc-templates/sandbox-issue-tracking-template.xml
@@ -7,7 +7,7 @@ The ASF licenses this file to You under the Apache License, 
Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at
 
-     http://www.apache.org/licenses/LICENSE-2.0
+     https://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
@@ -39,9 +39,9 @@ limitations under the License.
  |                                                                      |
  +======================================================================+
 -->
-<document xmlns="http://maven.apache.org/XDOC/2.0";
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+<document xmlns="https://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Issue tracking</title>
     <author email="[email protected]">Apache Commons Documentation 
Team</author>

Reply via email to