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 adf58a60 Fix XML Schema xsi:schemaLocation name (as opposed to URI)
adf58a60 is described below

commit adf58a60bf188cadd937af589003aa91fab88e62
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:21 2026 -0500

    Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
 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 b8e28b5b..7cbcce31 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="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 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 ffbfb4ef..ae12a0ec 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="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 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 f5201240..f6b7cab5 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="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 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 090b42ba..58f03bd4 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="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 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 ea88fdac..ef8e97c5 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="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 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 1ea67567..6c34cf6c 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="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 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 498e8dc3..550c8c85 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="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 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 f840b8c2..d08810bc 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="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 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 a7a846c9..4bf3dd97 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>Commons</title>

Reply via email to