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-testing.git
The following commit(s) were added to refs/heads/master by this push: new b335ee8 Use HTTPS to fetch XSD files b335ee8 is described below commit b335ee8ffa7da3beeac504c1f4a5ac3942e6f8bd Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Jan 15 10:12:30 2025 -0500 Use HTTPS to fetch XSD files --- commons-testing-generic/pom.xml | 2 +- commons-testing-junit4-mongodb/pom.xml | 2 +- commons-testing-junit4/pom.xml | 2 +- pom.xml | 2 +- src/changes/changes.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-testing-generic/pom.xml b/commons-testing-generic/pom.xml index b50486a..21ded27 100644 --- a/commons-testing-generic/pom.xml +++ b/commons-testing-generic/pom.xml @@ -19,7 +19,7 @@ --> <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/xsd/maven-4.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/commons-testing-junit4-mongodb/pom.xml b/commons-testing-junit4-mongodb/pom.xml index 2b9ab15..0f37762 100644 --- a/commons-testing-junit4-mongodb/pom.xml +++ b/commons-testing-junit4-mongodb/pom.xml @@ -19,7 +19,7 @@ --> <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/xsd/maven-4.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/commons-testing-junit4/pom.xml b/commons-testing-junit4/pom.xml index 5c27ac3..af5d8db 100644 --- a/commons-testing-junit4/pom.xml +++ b/commons-testing-junit4/pom.xml @@ -19,7 +19,7 @@ --> <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/xsd/maven-4.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/pom.xml b/pom.xml index 3bb878a..719876d 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"> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2bacf2f..17f41ab 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -41,7 +41,7 @@ The <action> type attribute can be add,update,fix,remove. <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/xsd/changes-1.0.0.xsd"> + xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 https://maven.apache.org/xsd/changes-1.0.0.xsd"> <properties> <title>Apache Commons Testing Changes</title> </properties>