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-skin.git
The following commit(s) were added to refs/heads/master by this push: new b3d8118 Use HTTPS to fetch XSD files b3d8118 is described below commit b3d811853cbaf99103ad3ce810555b4a59a62c71 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 10:11:32 2025 -0500 Use HTTPS to fetch XSD files --- pom.xml | 2 +- src/main/assembly/src.xml | 2 +- src/main/resources/META-INF/maven/skin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 69e6a1f..d384845 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,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/main/assembly/src.xml b/src/main/assembly/src.xml index 3fc02fc..a0d94c9 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -18,7 +18,7 @@ Licensed to the Apache Software Foundation (ASF) under one or more <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 https://maven.apache.org/xsd/assembly-1.1.0.xsd"> <id>src</id> <formats> <format>tar.gz</format> diff --git a/src/main/resources/META-INF/maven/skin.xml b/src/main/resources/META-INF/maven/skin.xml index 7d52067..98f468a 100644 --- a/src/main/resources/META-INF/maven/skin.xml +++ b/src/main/resources/META-INF/maven/skin.xml @@ -20,7 +20,7 @@ under the License. --> <skin xmlns="http://maven.apache.org/SKIN/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/SKIN/2.0.0 http://maven.apache.org/xsd/skin-2.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/SKIN/2.0.0 https://maven.apache.org/xsd/skin-2.0.0.xsd"> <prerequisites> <doxia-sitetools>2.0.0</doxia-sitetools> </prerequisites>