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-validator.git
The following commit(s) were added to refs/heads/master by this push: new 476668e3 Use HTTPS to fetch XSD files 476668e3 is described below commit 476668e30eaf7db82d93e2f0492396a10ada2357 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 10:13:11 2025 -0500 Use HTTPS to fetch XSD files --- pom.xml | 2 +- src/assembly/bin.xml | 2 +- src/assembly/src.xml | 2 +- src/site/xdoc/building.xml | 2 +- src/site/xdoc/community.xml | 2 +- src/site/xdoc/index.xml | 2 +- src/site/xdoc/tasks.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 311ffe4d..77e97293 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ 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> <groupId>org.apache.commons</groupId> diff --git a/src/assembly/bin.xml b/src/assembly/bin.xml index 6ad38714..d8821e2f 100644 --- a/src/assembly/bin.xml +++ b/src/assembly/bin.xml @@ -16,7 +16,7 @@ --> <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>bin</id> <formats> <format>tar.gz</format> diff --git a/src/assembly/src.xml b/src/assembly/src.xml index f842f637..5dfd158f 100644 --- a/src/assembly/src.xml +++ b/src/assembly/src.xml @@ -16,7 +16,7 @@ --> <assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 http://maven.apache.org/xsd/assembly-2.2.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd"> <id>src</id> <formats> <format>tar.gz</format> diff --git a/src/site/xdoc/building.xml b/src/site/xdoc/building.xml index f0a90bca..71dd1210 100644 --- a/src/site/xdoc/building.xml +++ b/src/site/xdoc/building.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 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>Building</title> <author email="d...@commons.apache.org">Commons Documentation Team</author> diff --git a/src/site/xdoc/community.xml b/src/site/xdoc/community.xml index 51b810d1..358eb34d 100644 --- a/src/site/xdoc/community.xml +++ b/src/site/xdoc/community.xml @@ -18,7 +18,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 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>Community</title> </properties> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index d25963d5..da0d6e73 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -18,7 +18,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 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 Validator</title> diff --git a/src/site/xdoc/tasks.xml b/src/site/xdoc/tasks.xml index b3740320..5710f56e 100644 --- a/src/site/xdoc/tasks.xml +++ b/src/site/xdoc/tasks.xml @@ -18,7 +18,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 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>TODO</title> </properties>