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-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 542bdcfd Use HTTPS to download XML Schema
542bdcfd is described below

commit 542bdcfd06d0eca9499cb4b6a857082806cf0102
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 14:15:29 2025 +0000

    Use HTTPS to download XML Schema
---
 src/site/xdoc/guide/annotations.xml  | 2 +-
 src/site/xdoc/guide/async.xml        | 2 +-
 src/site/xdoc/guide/binder.xml       | 2 +-
 src/site/xdoc/guide/constructor.xml  | 2 +-
 src/site/xdoc/guide/core.xml         | 2 +-
 src/site/xdoc/guide/plugins.xml      | 2 +-
 src/site/xdoc/guide/substitution.xml | 2 +-
 src/site/xdoc/guide/xmlrules.xml     | 2 +-
 src/site/xdoc/index.xml              | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/site/xdoc/guide/annotations.xml 
b/src/site/xdoc/guide/annotations.xml
index 7cbcce31..b8e28b5b 100644
--- a/src/site/xdoc/guide/annotations.xml
+++ b/src/site/xdoc/guide/annotations.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="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 Digester | Guide | Annotations</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/async.xml b/src/site/xdoc/guide/async.xml
index ae12a0ec..ffbfb4ef 100644
--- a/src/site/xdoc/guide/async.xml
+++ b/src/site/xdoc/guide/async.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="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 Digester | Guide | Asynchronous Parser</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/binder.xml b/src/site/xdoc/guide/binder.xml
index f6b7cab5..f5201240 100644
--- a/src/site/xdoc/guide/binder.xml
+++ b/src/site/xdoc/guide/binder.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="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 Digester | Guide | Rules Binder</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/constructor.xml 
b/src/site/xdoc/guide/constructor.xml
index 58f03bd4..090b42ba 100644
--- a/src/site/xdoc/guide/constructor.xml
+++ b/src/site/xdoc/guide/constructor.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="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 Digester | Guide | Constructor rule</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/core.xml b/src/site/xdoc/guide/core.xml
index ef8e97c5..ea88fdac 100644
--- a/src/site/xdoc/guide/core.xml
+++ b/src/site/xdoc/guide/core.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="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 Digester | Guide | Core APIs</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/plugins.xml b/src/site/xdoc/guide/plugins.xml
index 6c34cf6c..1ea67567 100644
--- a/src/site/xdoc/guide/plugins.xml
+++ b/src/site/xdoc/guide/plugins.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="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 Digester | Guide | Plugins</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/substitution.xml 
b/src/site/xdoc/guide/substitution.xml
index 550c8c85..498e8dc3 100644
--- a/src/site/xdoc/guide/substitution.xml
+++ b/src/site/xdoc/guide/substitution.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="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 Digester | Guide | Substitution</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/guide/xmlrules.xml b/src/site/xdoc/guide/xmlrules.xml
index d08810bc..f840b8c2 100644
--- a/src/site/xdoc/guide/xmlrules.xml
+++ b/src/site/xdoc/guide/xmlrules.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="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 Digester | Guide | XML Rules</title>
     <author email="[email protected]">Apache Commons Team</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 4bf3dd97..a7a846c9 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="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>Commons</title>

Reply via email to