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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 89d70f171 Fix XML Schema xsi:schemaLocation name (as opposed to URI)
89d70f171 is described below
commit 89d70f17185083cb58621b86596814c982ce1e5d
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:14 2026 -0500
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
src/site/xdoc/building.xml | 2 +-
src/site/xdoc/dependencies.xml | 2 +-
src/site/xdoc/download_configuration.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/issue-tracking.xml | 2 +-
src/site/xdoc/javadocarchive.xml | 2 +-
src/site/xdoc/mail-lists.xml | 2 +-
src/site/xdoc/security.xml | 2 +-
src/site/xdoc/userguide/howto_basicfeatures.xml | 2 +-
src/site/xdoc/userguide/howto_beans.xml | 2 +-
src/site/xdoc/userguide/howto_builders.xml | 2 +-
src/site/xdoc/userguide/howto_combinedbuilder.xml | 2 +-
src/site/xdoc/userguide/howto_combinedconfiguration.xml | 2 +-
src/site/xdoc/userguide/howto_compositeconfiguration.xml | 2 +-
src/site/xdoc/userguide/howto_concurrency.xml | 2 +-
src/site/xdoc/userguide/howto_events.xml | 2 +-
src/site/xdoc/userguide/howto_filebased.xml | 2 +-
src/site/xdoc/userguide/howto_hierarchical.xml | 2 +-
src/site/xdoc/userguide/howto_multitenant.xml | 2 +-
src/site/xdoc/userguide/howto_properties.xml | 2 +-
src/site/xdoc/userguide/howto_reloading.xml | 2 +-
src/site/xdoc/userguide/howto_utilities.xml | 2 +-
src/site/xdoc/userguide/howto_xml.xml | 2 +-
src/site/xdoc/userguide/overview.xml | 2 +-
src/site/xdoc/userguide/quick_start.xml | 2 +-
src/site/xdoc/userguide/upgradeto2_0.xml | 2 +-
src/site/xdoc/userguide/upgradeto2_x.xml | 2 +-
src/site/xdoc/userguide/user_guide.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_basicfeatures.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_beans.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_combinedconfiguration.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_compositeconfiguration.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_configurationbuilder.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_events.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_filebased.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_filesystems.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_multitenant.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_properties.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_utilities.xml | 2 +-
src/site/xdoc/userguide_v1.10/howto_xml.xml | 2 +-
src/site/xdoc/userguide_v1.10/overview.xml | 2 +-
src/site/xdoc/userguide_v1.10/user_guide.xml | 2 +-
42 files changed, 42 insertions(+), 42 deletions(-)
diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml
index a693bbb9c..f0c1c8d87 100644
--- a/src/site/xdoc/building.xml
+++ b/src/site/xdoc/building.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>Building</title>
</properties>
diff --git a/src/site/xdoc/dependencies.xml b/src/site/xdoc/dependencies.xml
index dc12db79e..b2efc7769 100644
--- a/src/site/xdoc/dependencies.xml
+++ b/src/site/xdoc/dependencies.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>Runtime dependencies</title>
</properties>
diff --git a/src/site/xdoc/download_configuration.xml
b/src/site/xdoc/download_configuration.xml
index 31c99c7e7..0601ac271 100644
--- a/src/site/xdoc/download_configuration.xml
+++ b/src/site/xdoc/download_configuration.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 Configuration</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4d6594685..17a21a847 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>Java Configuration API</title>
<author email="[email protected]">Pete Kazmier</author>
diff --git a/src/site/xdoc/issue-tracking.xml b/src/site/xdoc/issue-tracking.xml
index 2d4b954c4..7052ce862 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 Configuration Issue tracking</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/javadocarchive.xml b/src/site/xdoc/javadocarchive.xml
index 6086d5f49..4c6bb3ddf 100644
--- a/src/site/xdoc/javadocarchive.xml
+++ b/src/site/xdoc/javadocarchive.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>Javadoc Archives</title>
</properties>
diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml
index 415be7a5e..4a34d790d 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 Configuration Mailing Lists</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/security.xml b/src/site/xdoc/security.xml
index 2eb690fa8..9c954efa9 100644
--- a/src/site/xdoc/security.xml
+++ b/src/site/xdoc/security.xml
@@ -17,7 +17,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 Configuration Security Reports</title>
<author email="[email protected]">Commons Team</author>
diff --git a/src/site/xdoc/userguide/howto_basicfeatures.xml
b/src/site/xdoc/userguide/howto_basicfeatures.xml
index 1ced0ae0f..fed0c2eee 100644
--- a/src/site/xdoc/userguide/howto_basicfeatures.xml
+++ b/src/site/xdoc/userguide/howto_basicfeatures.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>Basic Features</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide/howto_beans.xml
b/src/site/xdoc/userguide/howto_beans.xml
index e1d2aa38f..444305d1b 100644
--- a/src/site/xdoc/userguide/howto_beans.xml
+++ b/src/site/xdoc/userguide/howto_beans.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>Declaring Beans Howto</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_builders.xml
b/src/site/xdoc/userguide/howto_builders.xml
index 6b4e58374..319bb0704 100644
--- a/src/site/xdoc/userguide/howto_builders.xml
+++ b/src/site/xdoc/userguide/howto_builders.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>Creating Configurations</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_combinedbuilder.xml
b/src/site/xdoc/userguide/howto_combinedbuilder.xml
index 1b9a2db3b..3eb145069 100644
--- a/src/site/xdoc/userguide/howto_combinedbuilder.xml
+++ b/src/site/xdoc/userguide/howto_combinedbuilder.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>Combining Configuration Sources</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_combinedconfiguration.xml
b/src/site/xdoc/userguide/howto_combinedconfiguration.xml
index 9a22b1d5b..fce33923f 100644
--- a/src/site/xdoc/userguide/howto_combinedconfiguration.xml
+++ b/src/site/xdoc/userguide/howto_combinedconfiguration.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>Combined Configurations</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide/howto_compositeconfiguration.xml
b/src/site/xdoc/userguide/howto_compositeconfiguration.xml
index 798f7cc44..00dfa20ce 100644
--- a/src/site/xdoc/userguide/howto_compositeconfiguration.xml
+++ b/src/site/xdoc/userguide/howto_compositeconfiguration.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>Composite Configuration Details</title>
<author email="[email protected]">Eric Pugh</author>
diff --git a/src/site/xdoc/userguide/howto_concurrency.xml
b/src/site/xdoc/userguide/howto_concurrency.xml
index 01027611f..3374e56fe 100644
--- a/src/site/xdoc/userguide/howto_concurrency.xml
+++ b/src/site/xdoc/userguide/howto_concurrency.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>Configurations and Concurrent Access</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_events.xml
b/src/site/xdoc/userguide/howto_events.xml
index 6e8a7c76c..80b50ff34 100644
--- a/src/site/xdoc/userguide/howto_events.xml
+++ b/src/site/xdoc/userguide/howto_events.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>Configuration Events Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide/howto_filebased.xml
b/src/site/xdoc/userguide/howto_filebased.xml
index 90206dffb..b47aeeba8 100644
--- a/src/site/xdoc/userguide/howto_filebased.xml
+++ b/src/site/xdoc/userguide/howto_filebased.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>File-based Configurations</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide/howto_hierarchical.xml
b/src/site/xdoc/userguide/howto_hierarchical.xml
index d21080a88..159ceca7d 100644
--- a/src/site/xdoc/userguide/howto_hierarchical.xml
+++ b/src/site/xdoc/userguide/howto_hierarchical.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>Hierarchical Configurations</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_multitenant.xml
b/src/site/xdoc/userguide/howto_multitenant.xml
index a8aeabd93..00625a201 100644
--- a/src/site/xdoc/userguide/howto_multitenant.xml
+++ b/src/site/xdoc/userguide/howto_multitenant.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>Mutli-tenant Configurations</title>
<author email="[email protected]">Ralph Goers</author>
diff --git a/src/site/xdoc/userguide/howto_properties.xml
b/src/site/xdoc/userguide/howto_properties.xml
index 5ecae6c24..dda0343ac 100644
--- a/src/site/xdoc/userguide/howto_properties.xml
+++ b/src/site/xdoc/userguide/howto_properties.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>Properties files</title>
<author email="[email protected]">Emmanuel Bourg</author>
diff --git a/src/site/xdoc/userguide/howto_reloading.xml
b/src/site/xdoc/userguide/howto_reloading.xml
index 42066a458..427ed016a 100644
--- a/src/site/xdoc/userguide/howto_reloading.xml
+++ b/src/site/xdoc/userguide/howto_reloading.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>Reloading</title>
</properties>
diff --git a/src/site/xdoc/userguide/howto_utilities.xml
b/src/site/xdoc/userguide/howto_utilities.xml
index dcf8c75c6..d1d2a8c42 100644
--- a/src/site/xdoc/userguide/howto_utilities.xml
+++ b/src/site/xdoc/userguide/howto_utilities.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>Utility classes and Tips and Tricks Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide/howto_xml.xml
b/src/site/xdoc/userguide/howto_xml.xml
index 5c8eea5d8..5b1068670 100644
--- a/src/site/xdoc/userguide/howto_xml.xml
+++ b/src/site/xdoc/userguide/howto_xml.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>XML Configurations</title>
</properties>
diff --git a/src/site/xdoc/userguide/overview.xml
b/src/site/xdoc/userguide/overview.xml
index 3d279d68d..3704ecd11 100644
--- a/src/site/xdoc/userguide/overview.xml
+++ b/src/site/xdoc/userguide/overview.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>Configuration Overview</title>
<author email="[email protected]">Eric Pugh</author>
diff --git a/src/site/xdoc/userguide/quick_start.xml
b/src/site/xdoc/userguide/quick_start.xml
index 7de0d80bb..c4c51ea00 100644
--- a/src/site/xdoc/userguide/quick_start.xml
+++ b/src/site/xdoc/userguide/quick_start.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>Quick start</title>
</properties>
diff --git a/src/site/xdoc/userguide/upgradeto2_0.xml
b/src/site/xdoc/userguide/upgradeto2_0.xml
index 98f99ec8c..a520b7015 100644
--- a/src/site/xdoc/userguide/upgradeto2_0.xml
+++ b/src/site/xdoc/userguide/upgradeto2_0.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>Migration Guide: 1.x to 2.0</title>
</properties>
diff --git a/src/site/xdoc/userguide/upgradeto2_x.xml
b/src/site/xdoc/userguide/upgradeto2_x.xml
index 30c92ab2b..f2a7b1df1 100644
--- a/src/site/xdoc/userguide/upgradeto2_x.xml
+++ b/src/site/xdoc/userguide/upgradeto2_x.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>Migration Guide: 2.x</title>
</properties>
diff --git a/src/site/xdoc/userguide/user_guide.xml
b/src/site/xdoc/userguide/user_guide.xml
index b648f110a..80c5512fb 100644
--- a/src/site/xdoc/userguide/user_guide.xml
+++ b/src/site/xdoc/userguide/user_guide.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>Commons Configuration User's Guide</title>
</properties>
diff --git a/src/site/xdoc/userguide_v1.10/howto_basicfeatures.xml
b/src/site/xdoc/userguide_v1.10/howto_basicfeatures.xml
index c1a191ebb..1e6a6869c 100644
--- a/src/site/xdoc/userguide_v1.10/howto_basicfeatures.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_basicfeatures.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>Basic Features</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_beans.xml
b/src/site/xdoc/userguide_v1.10/howto_beans.xml
index 8ad43506f..b9baac3d8 100644
--- a/src/site/xdoc/userguide_v1.10/howto_beans.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_beans.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>Declaring Beans Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_combinedconfiguration.xml
b/src/site/xdoc/userguide_v1.10/howto_combinedconfiguration.xml
index 70c8fa2bb..4db7325c0 100644
--- a/src/site/xdoc/userguide_v1.10/howto_combinedconfiguration.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_combinedconfiguration.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>Combined Configurations</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_compositeconfiguration.xml
b/src/site/xdoc/userguide_v1.10/howto_compositeconfiguration.xml
index 35c03fbdd..ea30f2694 100644
--- a/src/site/xdoc/userguide_v1.10/howto_compositeconfiguration.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_compositeconfiguration.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>Composite Configuration Details</title>
<author email="[email protected]">Eric Pugh</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_configurationbuilder.xml
b/src/site/xdoc/userguide_v1.10/howto_configurationbuilder.xml
index 55f2ae84c..706e66ca7 100644
--- a/src/site/xdoc/userguide_v1.10/howto_configurationbuilder.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_configurationbuilder.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>Configuration Builder Howto</title>
</properties>
diff --git a/src/site/xdoc/userguide_v1.10/howto_events.xml
b/src/site/xdoc/userguide_v1.10/howto_events.xml
index 017565b89..0f3684564 100644
--- a/src/site/xdoc/userguide_v1.10/howto_events.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_events.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>Configuration Events Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_filebased.xml
b/src/site/xdoc/userguide_v1.10/howto_filebased.xml
index 76847297c..6ecc0595a 100644
--- a/src/site/xdoc/userguide_v1.10/howto_filebased.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_filebased.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>File-based Configurations</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_filesystems.xml
b/src/site/xdoc/userguide_v1.10/howto_filesystems.xml
index ebacfdf7a..b8b5e9ce1 100644
--- a/src/site/xdoc/userguide_v1.10/howto_filesystems.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_filesystems.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>File Systems</title>
<author email="[email protected]">Ralph Goers</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_multitenant.xml
b/src/site/xdoc/userguide_v1.10/howto_multitenant.xml
index 51e2a3577..5b78099e2 100644
--- a/src/site/xdoc/userguide_v1.10/howto_multitenant.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_multitenant.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>Mutli-tenant Configurations</title>
<author email="[email protected]">Ralph Goers</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_properties.xml
b/src/site/xdoc/userguide_v1.10/howto_properties.xml
index 51e63a5c8..549a2856e 100644
--- a/src/site/xdoc/userguide_v1.10/howto_properties.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_properties.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>Properties files</title>
<author email="[email protected]">Emmanuel Bourg</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_utilities.xml
b/src/site/xdoc/userguide_v1.10/howto_utilities.xml
index 9df5bf5e4..8546427e2 100644
--- a/src/site/xdoc/userguide_v1.10/howto_utilities.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_utilities.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>Utility classes and Tips and Tricks Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/howto_xml.xml
b/src/site/xdoc/userguide_v1.10/howto_xml.xml
index fe58574ff..d8d4987c8 100644
--- a/src/site/xdoc/userguide_v1.10/howto_xml.xml
+++ b/src/site/xdoc/userguide_v1.10/howto_xml.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>Hierarchical configurations and XML Howto</title>
<author email="[email protected]">Oliver Heger</author>
diff --git a/src/site/xdoc/userguide_v1.10/overview.xml
b/src/site/xdoc/userguide_v1.10/overview.xml
index 14c815a36..eeff72c4d 100644
--- a/src/site/xdoc/userguide_v1.10/overview.xml
+++ b/src/site/xdoc/userguide_v1.10/overview.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>Configuration Overview</title>
<author email="[email protected]">Eric Pugh</author>
diff --git a/src/site/xdoc/userguide_v1.10/user_guide.xml
b/src/site/xdoc/userguide_v1.10/user_guide.xml
index 7b9df0fab..215f7c468 100644
--- a/src/site/xdoc/userguide_v1.10/user_guide.xml
+++ b/src/site/xdoc/userguide_v1.10/user_guide.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>Commons Configuration 1.10 User's Guide</title>
</properties>