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 e409e47  Use HTTPS to download XML Schema
e409e47 is described below

commit e409e47830848162eebb07fdd3603dc55cb9dad9
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 14:25:35 2025 +0000

    Use HTTPS to download XML Schema
---
 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 fbb87e2..db25fc8 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="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  xsi:schemaLocation="https://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 cc6a08c..a6adf14 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="http://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  xsi:schemaLocation="https://maven.apache.org/XDOC/2.0 
https://maven.apache.org/xsd/xdoc-2.0.xsd";>
   <properties>
     <title>Apache Commons Statistics User Guide</title>
   </properties>

Reply via email to