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

commit a8f7e6e3022420b6b31356818ecbb26c7126ec26
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 21 14:23:44 2025 +0000

    Use HTTPS to download XML Schema
---
 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 a5d6cfd..e04bf94 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="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 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 0bf2e76..c186bb2 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="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 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 9ef6dd5..7ec8fe3 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="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 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 d04134e..383b44e 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="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 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 4ebb1b2..b861153 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="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 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 914713c..826669c 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="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 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 9f80c23..11a424a 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="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 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 623d8e8..c974f66 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="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 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 2382803..de348ab 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="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 Graph - Introduction to weight model</title>
     <author email="[email protected]">Commons Documentation Team</author>

Reply via email to