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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 382c8b6  Use HTTPS to fetch XSD files
382c8b6 is described below

commit 382c8b614be9bebf4bbf5b208a8ee54e44d5f0ad
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 15 10:06:40 2025 -0500

    Use HTTPS to fetch XSD files
---
 pom.xml                                                                 | 2 +-
 src/assembly/bin.xml                                                    | 2 +-
 src/assembly/src.xml                                                    | 2 +-
 src/test/resources/mojos/compress-site/compress-site-disabled.xml       | 2 +-
 src/test/resources/mojos/compress-site/compress-site-failure.xml        | 2 +-
 src/test/resources/mojos/compress-site/compress-site.xml                | 2 +-
 .../mojos/detach-distributions/detach-distributions-disabled.xml        | 2 +-
 src/test/resources/mojos/detach-distributions/detach-distributions.xml  | 2 +-
 .../mojos/stage-distributions/stage-distributions-disabled.xml          | 2 +-
 src/test/resources/mojos/stage-distributions/stage-distributions.xml    | 2 +-
 src/test/resources/mojos/staging-cleanup/staging-cleanup.xml            | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3abb92b..6020170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,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/maven-v4_0_0.xsd";>
+  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 b125d51..6f43036 100755
--- 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 8cf4215..92c9f75 100755
--- 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/test/resources/mojos/compress-site/compress-site-disabled.xml 
b/src/test/resources/mojos/compress-site/compress-site-disabled.xml
index 1373bcb..5a3080d 100755
--- a/src/test/resources/mojos/compress-site/compress-site-disabled.xml
+++ b/src/test/resources/mojos/compress-site/compress-site-disabled.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>
 
   <groupId>org.apache.commons.plugin.my.unit</groupId>
diff --git a/src/test/resources/mojos/compress-site/compress-site-failure.xml 
b/src/test/resources/mojos/compress-site/compress-site-failure.xml
index 32efc8b..2ad2b6b 100755
--- a/src/test/resources/mojos/compress-site/compress-site-failure.xml
+++ b/src/test/resources/mojos/compress-site/compress-site-failure.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>
 
     <groupId>org.apache.commons.plugin.my.unit</groupId>
diff --git a/src/test/resources/mojos/compress-site/compress-site.xml 
b/src/test/resources/mojos/compress-site/compress-site.xml
index 11bb42f..55538c9 100755
--- a/src/test/resources/mojos/compress-site/compress-site.xml
+++ b/src/test/resources/mojos/compress-site/compress-site.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>
 
     <groupId>org.apache.commons.plugin.my.unit</groupId>
diff --git 
a/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
 
b/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
index 678f69f..8372d78 100755
--- 
a/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.xml
+++ 
b/src/test/resources/mojos/detach-distributions/detach-distributions-disabled.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>
 
     <groupId>org.apache.commons.release.plugin.unit</groupId>
diff --git 
a/src/test/resources/mojos/detach-distributions/detach-distributions.xml 
b/src/test/resources/mojos/detach-distributions/detach-distributions.xml
index 4273021..7bc8a15 100755
--- a/src/test/resources/mojos/detach-distributions/detach-distributions.xml
+++ b/src/test/resources/mojos/detach-distributions/detach-distributions.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>
 
     <groupId>org.apache.commons.release.plugin.unit</groupId>
diff --git 
a/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml 
b/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml
index 2f7ee35..d08960f 100755
--- 
a/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.xml
+++ 
b/src/test/resources/mojos/stage-distributions/stage-distributions-disabled.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>
 
     <groupId>org.apache.commons.release.plugin.unit</groupId>
diff --git 
a/src/test/resources/mojos/stage-distributions/stage-distributions.xml 
b/src/test/resources/mojos/stage-distributions/stage-distributions.xml
index 4dca207..91d79dd 100755
--- a/src/test/resources/mojos/stage-distributions/stage-distributions.xml
+++ b/src/test/resources/mojos/stage-distributions/stage-distributions.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>
 
     <groupId>org.apache.commons.release.plugin.unit</groupId>
diff --git a/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml 
b/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml
index a463f81..686b820 100755
--- a/src/test/resources/mojos/staging-cleanup/staging-cleanup.xml
+++ b/src/test/resources/mojos/staging-cleanup/staging-cleanup.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>
 
     <groupId>org.apache.commons.plugin.my.unit</groupId>

Reply via email to