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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new d2ee0db Fix XML Schema xsi:schemaLocation name (as opposed to URI)
d2ee0db is described below
commit d2ee0db4818c69a7e8b38861165c8115d82029fc
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:17 2026 -0500
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
src/site/xdoc/binaries.xml | 2 +-
src/site/xdoc/faq.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/jsvc.xml | 2 +-
src/site/xdoc/procrun.xml | 2 +-
src/site/xdoc/security.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/site/xdoc/binaries.xml b/src/site/xdoc/binaries.xml
index 23d7672..2089974 100644
--- a/src/site/xdoc/binaries.xml
+++ b/src/site/xdoc/binaries.xml
@@ -18,7 +18,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>Daemon : binaries</title>
<author email="[email protected]">Jean-Frederic
Clere</author>
diff --git a/src/site/xdoc/faq.xml b/src/site/xdoc/faq.xml
index b11a9cb..ee3f40e 100644
--- a/src/site/xdoc/faq.xml
+++ b/src/site/xdoc/faq.xml
@@ -18,7 +18,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>Daemon : FAQ</title>
<author email="[email protected]">Jean-Frederic
Clere</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 792af57..3d4462d 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>Daemon : Java based daemons or services</title>
<author email="[email protected]">Jean-Frederic
Clere</author>
diff --git a/src/site/xdoc/jsvc.xml b/src/site/xdoc/jsvc.xml
index bbfb2d9..95a60fb 100644
--- a/src/site/xdoc/jsvc.xml
+++ b/src/site/xdoc/jsvc.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>Daemon : Java Service</title>
<author email="[email protected]">Jean-Frederic
Clere</author>
diff --git a/src/site/xdoc/procrun.xml b/src/site/xdoc/procrun.xml
index 05f2b2d..c8f7aec 100644
--- a/src/site/xdoc/procrun.xml
+++ b/src/site/xdoc/procrun.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>Daemon : Procrun</title>
<author email="[email protected]">Mladen Turk</author>
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 516b64b..ab00560 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -19,7 +19,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>Apache Commons Security Reports</title>
<author email="[email protected]">Apache Commons Team</author>