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 db77c49  Don't confused XML namespace and actual URL
db77c49 is described below

commit db77c49955c8d8c45710faa048f723c763712de1
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 14 14:08:13 2025 -0500

    Don't confused XML namespace and actual URL
---
 src/main/resources/commons-xdoc-templates/issue-tracking-template.xml | 4 ++--
 src/main/resources/commons-xdoc-templates/mail-lists-template.xml     | 4 ++--
 .../resources/commons-xdoc-templates/no-download-page-template.xml    | 4 ++--
 .../commons-xdoc-templates/sandbox-issue-tracking-template.xml        | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

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 698fd0f..b137a34 100644
--- a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
+++ b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
@@ -42,8 +42,8 @@ limitations under the License.
  +======================================================================+
 -->
 <document xmlns="http://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";>
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Issue tracking</title>
     <author email="d...@commons.apache.org">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 2df82db..904bed6 100644
--- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
+++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
@@ -40,8 +40,8 @@ limitations under the License.
  +======================================================================+
 -->
 <document xmlns="http://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";>
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Mailing Lists</title>
     <author email="d...@commons.apache.org">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 0557d90..075fc5f 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
@@ -41,8 +41,8 @@ limitations under the License.
  +======================================================================+
 -->
 <document xmlns="http://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";>
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Download @NAME@</title>
     <author email="d...@commons.apache.org">Apache Commons Documentation 
Team</author>
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 bcad7e7..98202a5 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
@@ -40,8 +40,8 @@ limitations under the License.
  +======================================================================+
 -->
 <document xmlns="http://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";>
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>@NAME@ Issue tracking</title>
     <author email="d...@commons.apache.org">Apache Commons Documentation 
Team</author>

Reply via email to