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-statistics.git
The following commit(s) were added to refs/heads/master by this push:
new a9cb7a9e Fix XML Schema xsi:schemaLocation name (as opposed to URI)
a9cb7a9e is described below
commit a9cb7a9ec854e0e7067c4132f5ff52c0daec1724
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:39 2026 -0500
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
src/site/xdoc/download_statistics.xml | 2 +-
src/site/xdoc/userguide/index.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/site/xdoc/download_statistics.xml
b/src/site/xdoc/download_statistics.xml
index db25fc8c..fbb87e20 100644
--- a/src/site/xdoc/download_statistics.xml
+++ b/src/site/xdoc/download_statistics.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 Statistics</title>
<author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/userguide/index.xml
b/src/site/xdoc/userguide/index.xml
index a6adf14f..cc6a08c4 100644
--- a/src/site/xdoc/userguide/index.xml
+++ b/src/site/xdoc/userguide/index.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 Statistics User Guide</title>
</properties>