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-graph.git
The following commit(s) were added to refs/heads/master by this push:
new e7abf61 Fix XML Schema xsi:schemaLocation name (as opposed to URI)
e7abf61 is described below
commit e7abf616cb03768b5fe291b3500c7b96485d7aef
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 1 07:53:26 2026 -0500
Fix XML Schema xsi:schemaLocation name (as opposed to URI)
---
src/site/xdoc/algorithms/coloring.xml | 2 +-
src/site/xdoc/algorithms/flow.xml | 2 +-
src/site/xdoc/algorithms/scc.xml | 2 +-
src/site/xdoc/algorithms/shortestpath.xml | 2 +-
src/site/xdoc/algorithms/spanning.xml | 2 +-
src/site/xdoc/algorithms/visit.xml | 2 +-
src/site/xdoc/index.xml | 2 +-
src/site/xdoc/model/intro.xml | 2 +-
src/site/xdoc/model/weights.xml | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/site/xdoc/algorithms/coloring.xml
b/src/site/xdoc/algorithms/coloring.xml
index e04bf94..a5d6cfd 100644
--- a/src/site/xdoc/algorithms/coloring.xml
+++ b/src/site/xdoc/algorithms/coloring.xml
@@ -16,7 +16,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>Commons Graph - Coloring algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/algorithms/flow.xml
b/src/site/xdoc/algorithms/flow.xml
index c186bb2..0bf2e76 100644
--- a/src/site/xdoc/algorithms/flow.xml
+++ b/src/site/xdoc/algorithms/flow.xml
@@ -16,7 +16,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>Commons Graph - Flow algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/algorithms/scc.xml b/src/site/xdoc/algorithms/scc.xml
index 7ec8fe3..9ef6dd5 100644
--- a/src/site/xdoc/algorithms/scc.xml
+++ b/src/site/xdoc/algorithms/scc.xml
@@ -16,7 +16,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>Commons Graph - Strongly Connected Components algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/algorithms/shortestpath.xml
b/src/site/xdoc/algorithms/shortestpath.xml
index 383b44e..d04134e 100644
--- a/src/site/xdoc/algorithms/shortestpath.xml
+++ b/src/site/xdoc/algorithms/shortestpath.xml
@@ -16,7 +16,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>Commons Graph - Shortest Paths algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/algorithms/spanning.xml
b/src/site/xdoc/algorithms/spanning.xml
index b861153..4ebb1b2 100644
--- a/src/site/xdoc/algorithms/spanning.xml
+++ b/src/site/xdoc/algorithms/spanning.xml
@@ -16,7 +16,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>Commons Graph - Spanning Tree algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/algorithms/visit.xml
b/src/site/xdoc/algorithms/visit.xml
index 826669c..914713c 100644
--- a/src/site/xdoc/algorithms/visit.xml
+++ b/src/site/xdoc/algorithms/visit.xml
@@ -16,7 +16,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>Commons Graph - Graph Visitor algorithms</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 11a424a..9f80c23 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -16,7 +16,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>Commons Graph</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/model/intro.xml b/src/site/xdoc/model/intro.xml
index c974f66..623d8e8 100644
--- a/src/site/xdoc/model/intro.xml
+++ b/src/site/xdoc/model/intro.xml
@@ -16,7 +16,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>Commons Graph - Getting started</title>
<author email="[email protected]">Commons Documentation Team</author>
diff --git a/src/site/xdoc/model/weights.xml b/src/site/xdoc/model/weights.xml
index de348ab..2382803 100644
--- a/src/site/xdoc/model/weights.xml
+++ b/src/site/xdoc/model/weights.xml
@@ -16,7 +16,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>Commons Graph - Introduction to weight model</title>
<author email="[email protected]">Commons Documentation Team</author>