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 30669fc Fix XML Schema xsi:schemaLocation name (as opposed to URI)
30669fc is described below
commit 30669fcdb736416225dbb8d86e40f3ef847f0913
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:09 2026 -0500
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
src/main/resources/commons-xdoc-templates/download-page-head.xml | 2 +-
src/main/resources/commons-xdoc-templates/issue-tracking-template.xml | 2 +-
src/main/resources/commons-xdoc-templates/mail-lists-template.xml | 2 +-
src/main/resources/commons-xdoc-templates/no-download-page-template.xml | 2 +-
.../commons-xdoc-templates/sandbox-issue-tracking-template.xml | 2 +-
src/site/xdoc/all-mojo.xml | 2 +-
src/site/xdoc/all-sandbox-mojo.xml | 2 +-
src/site/xdoc/all-sandbox.xml | 2 +-
src/site/xdoc/all.xml | 2 +-
src/site/xdoc/contributing-md-mojo.xml | 2 +-
src/site/xdoc/contributing-md.xml | 2 +-
src/site/xdoc/copy-javadoc-files-build.xml | 2 +-
src/site/xdoc/copy-javadoc-files-mojo.xml | 2 +-
src/site/xdoc/development.xml | 2 +-
src/site/xdoc/download-page-mojo.xml | 2 +-
src/site/xdoc/download-page.xml | 2 +-
src/site/xdoc/download_build-plugin.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/issue-tracking.xml | 2 +-
src/site/xdoc/jira-page-mojo.xml | 2 +-
src/site/xdoc/jira-page.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
src/site/xdoc/mail-page-mojo.xml | 2 +-
src/site/xdoc/mail-page.xml | 2 +-
src/site/xdoc/notice-txt-mojo.xml | 2 +-
src/site/xdoc/notice-txt.xml | 2 +-
src/site/xdoc/readme-md-mojo.xml | 2 +-
src/site/xdoc/readme-md.xml | 2 +-
src/site/xdoc/sandbox-jira-page-mojo.xml | 2 +-
src/site/xdoc/sandbox-jira-page.xml | 2 +-
30 files changed, 30 insertions(+), 30 deletions(-)
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 7c2b8f1..7b2e41e 100644
--- a/src/main/resources/commons-xdoc-templates/download-page-head.xml
+++ b/src/main/resources/commons-xdoc-templates/download-page-head.xml
@@ -58,7 +58,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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="[email protected]">Apache Commons Team</author>
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 dc822d5..1b9e4ea 100644
--- a/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
+++ b/src/main/resources/commons-xdoc-templates/issue-tracking-template.xml
@@ -43,7 +43,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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="[email protected]">Apache Commons 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 2c91066..7e9fbff 100644
--- a/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
+++ b/src/main/resources/commons-xdoc-templates/mail-lists-template.xml
@@ -41,7 +41,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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="[email protected]">Apache Commons 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 32c8af2..19f080b 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
@@ -42,7 +42,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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="[email protected]">Apache Commons 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 9d415d5..ed84140 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
@@ -41,7 +41,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ 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="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/all-mojo.xml b/src/site/xdoc/all-mojo.xml
index e6e767d..d3a1e29 100644
--- a/src/site/xdoc/all-mojo.xml
+++ b/src/site/xdoc/all-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:all</title>
</properties>
diff --git a/src/site/xdoc/all-sandbox-mojo.xml
b/src/site/xdoc/all-sandbox-mojo.xml
index 2b5e9f1..3fcc211 100644
--- a/src/site/xdoc/all-sandbox-mojo.xml
+++ b/src/site/xdoc/all-sandbox-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:all</title>
</properties>
diff --git a/src/site/xdoc/all-sandbox.xml b/src/site/xdoc/all-sandbox.xml
index 69c8265..d5c164d 100644
--- a/src/site/xdoc/all-sandbox.xml
+++ b/src/site/xdoc/all-sandbox.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating All Sandbox Pages</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/all.xml b/src/site/xdoc/all.xml
index c343f8a..7061967 100644
--- a/src/site/xdoc/all.xml
+++ b/src/site/xdoc/all.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating All Pages</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/contributing-md-mojo.xml
b/src/site/xdoc/contributing-md-mojo.xml
index 7ef2927..d534802 100644
--- a/src/site/xdoc/contributing-md-mojo.xml
+++ b/src/site/xdoc/contributing-md-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://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>
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties>
<title>commons-build:contributing-md</title>
</properties>
<body>
diff --git a/src/site/xdoc/contributing-md.xml
b/src/site/xdoc/contributing-md.xml
index 1f4ce5c..cfcd311 100644
--- a/src/site/xdoc/contributing-md.xml
+++ b/src/site/xdoc/contributing-md.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating CONTRIBUTING.md</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/copy-javadoc-files-build.xml
b/src/site/xdoc/copy-javadoc-files-build.xml
index 3400285..56feed8 100644
--- a/src/site/xdoc/copy-javadoc-files-build.xml
+++ b/src/site/xdoc/copy-javadoc-files-build.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Copy NOTICE and LICENSE files to javadoc jar</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/copy-javadoc-files-mojo.xml
b/src/site/xdoc/copy-javadoc-files-mojo.xml
index d780b55..cba53dd 100644
--- a/src/site/xdoc/copy-javadoc-files-mojo.xml
+++ b/src/site/xdoc/copy-javadoc-files-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:copy-javadoc-files</title>
</properties>
diff --git a/src/site/xdoc/development.xml b/src/site/xdoc/development.xml
index 47ef74f..b1c256b 100644
--- a/src/site/xdoc/development.xml
+++ b/src/site/xdoc/development.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Development</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/download-page-mojo.xml
b/src/site/xdoc/download-page-mojo.xml
index ddc99be..267c1c8 100644
--- a/src/site/xdoc/download-page-mojo.xml
+++ b/src/site/xdoc/download-page-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:download-page</title>
</properties>
diff --git a/src/site/xdoc/download-page.xml b/src/site/xdoc/download-page.xml
index 4ca917c..20d770f 100644
--- a/src/site/xdoc/download-page.xml
+++ b/src/site/xdoc/download-page.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating Download Page</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/download_build-plugin.xml
b/src/site/xdoc/download_build-plugin.xml
index fd3f16f..0c008ed 100644
--- a/src/site/xdoc/download_build-plugin.xml
+++ b/src/site/xdoc/download_build-plugin.xml
@@ -58,7 +58,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Download Apache Commons Build Plugin Maven Mojo</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0826dce..d825de4 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Overview</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 90ed0d6..a9bbfb6 100644
--- a/src/site/xdoc/issue-tracking.xml
+++ b/src/site/xdoc/issue-tracking.xml
@@ -43,7 +43,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Apache Commons Build Plugin Maven Mojo Issue tracking</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/jira-page-mojo.xml b/src/site/xdoc/jira-page-mojo.xml
index 3e668ae..a6646fc 100644
--- a/src/site/xdoc/jira-page-mojo.xml
+++ b/src/site/xdoc/jira-page-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:jira-page</title>
</properties>
diff --git a/src/site/xdoc/jira-page.xml b/src/site/xdoc/jira-page.xml
index 6c2c7ec..54fac9f 100644
--- a/src/site/xdoc/jira-page.xml
+++ b/src/site/xdoc/jira-page.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://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>
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd"> <properties>
<title>Generating JIRA Page</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
</properties>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 8899e82..01fc117 100644
--- a/src/site/xdoc/mail-lists.xml
+++ b/src/site/xdoc/mail-lists.xml
@@ -41,7 +41,7 @@ limitations under the License.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Apache Commons Build Plugin Maven Mojo Mailing Lists</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/mail-page-mojo.xml b/src/site/xdoc/mail-page-mojo.xml
index 885c845..202e485 100644
--- a/src/site/xdoc/mail-page-mojo.xml
+++ b/src/site/xdoc/mail-page-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:mail-page</title>
</properties>
diff --git a/src/site/xdoc/mail-page.xml b/src/site/xdoc/mail-page.xml
index 0bb1291..97fb5b0 100644
--- a/src/site/xdoc/mail-page.xml
+++ b/src/site/xdoc/mail-page.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating Mailing List Page</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/notice-txt-mojo.xml
b/src/site/xdoc/notice-txt-mojo.xml
index 12d5557..dcbfb02 100644
--- a/src/site/xdoc/notice-txt-mojo.xml
+++ b/src/site/xdoc/notice-txt-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:notice-txt</title>
</properties>
diff --git a/src/site/xdoc/notice-txt.xml b/src/site/xdoc/notice-txt.xml
index ee1faef..4cc28dd 100644
--- a/src/site/xdoc/notice-txt.xml
+++ b/src/site/xdoc/notice-txt.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating NOTICE.txt</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/readme-md-mojo.xml b/src/site/xdoc/readme-md-mojo.xml
index ddc5912..6305f4f 100644
--- a/src/site/xdoc/readme-md-mojo.xml
+++ b/src/site/xdoc/readme-md-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:readme-md</title>
</properties>
diff --git a/src/site/xdoc/readme-md.xml b/src/site/xdoc/readme-md.xml
index ec9606f..744e7fe 100644
--- a/src/site/xdoc/readme-md.xml
+++ b/src/site/xdoc/readme-md.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating README.md</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>
diff --git a/src/site/xdoc/sandbox-jira-page-mojo.xml
b/src/site/xdoc/sandbox-jira-page-mojo.xml
index 8450213..3496bdb 100644
--- a/src/site/xdoc/sandbox-jira-page-mojo.xml
+++ b/src/site/xdoc/sandbox-jira-page-mojo.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>commons-build:sandbox-jira-page</title>
</properties>
diff --git a/src/site/xdoc/sandbox-jira-page.xml
b/src/site/xdoc/sandbox-jira-page.xml
index 222c775..d6a49ed 100644
--- a/src/site/xdoc/sandbox-jira-page.xml
+++ b/src/site/xdoc/sandbox-jira-page.xml
@@ -17,7 +17,7 @@
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="https://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
https://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties>
<title>Generating Sandbox JIRA Page</title>
<author email="[email protected]">Apache Commons Documentation
Team</author>