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 a75de2c Use HTTPS to fetch XSD files a75de2c is described below commit a75de2cd184a5aa335d4a5fcc5319acf689dece9 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 09:44:39 2025 -0500 Use HTTPS to fetch XSD files --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 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 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index d34e751..d8d21f7 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b579e39..cf20974 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -17,7 +17,7 @@ --> <document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> <properties> <title>Apache Commons Graph - Changes</title> </properties> diff --git a/src/site/xdoc/algorithms/coloring.xml b/src/site/xdoc/algorithms/coloring.xml index a414470..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/algorithms/flow.xml b/src/site/xdoc/algorithms/flow.xml index 019f94d..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/algorithms/scc.xml b/src/site/xdoc/algorithms/scc.xml index 7c83a5f..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/algorithms/shortestpath.xml b/src/site/xdoc/algorithms/shortestpath.xml index 2d39528..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/algorithms/spanning.xml b/src/site/xdoc/algorithms/spanning.xml index 30878ff..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/algorithms/visit.xml b/src/site/xdoc/algorithms/visit.xml index 5f266be..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 90a1400..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/model/intro.xml b/src/site/xdoc/model/intro.xml index 4a3fb17..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/model/weights.xml b/src/site/xdoc/model/weights.xml index a98b1ed..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="http://maven.apache.org/XDOC/2.0 http://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="d...@commons.apache.org">Commons Documentation Team</author>