This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new bede125e43 [MNG-8731] Use https for xsi:schemaLocation in generated 
descriptors
bede125e43 is described below

commit bede125e43fb53ed4e817cc368da412f1b8a5180
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Sun May 18 11:15:56 2025 +0200

    [MNG-8731] Use https for xsi:schemaLocation in generated descriptors
    
    Attribute xml.schemaLocation is used by modello to generate documentations
    
    We have mixed http/https, so it should be fixed to use everywhere https
---
 api/maven-api-cli/src/main/mdo/core-extensions.mdo  | 2 +-
 api/maven-api-plugin/src/main/mdo/lifecycle.mdo     | 2 +-
 api/maven-api-settings/src/main/mdo/settings.mdo    | 2 +-
 api/maven-api-toolchain/src/main/mdo/toolchains.mdo | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/api/maven-api-cli/src/main/mdo/core-extensions.mdo 
b/api/maven-api-cli/src/main/mdo/core-extensions.mdo
index e0cbe60d61..8bbcd6cb33 100644
--- a/api/maven-api-cli/src/main/mdo/core-extensions.mdo
+++ b/api/maven-api-cli/src/main/mdo/core-extensions.mdo
@@ -23,7 +23,7 @@
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 
https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd";
   xml.namespace="http://maven.apache.org/EXTENSIONS/${version}";
-  
xml.schemaLocation="http://maven.apache.org/xsd/core-extensions-${version}.xsd";>
+  
xml.schemaLocation="https://maven.apache.org/xsd/core-extensions-${version}.xsd";>
 
   <id>core-extensions</id>
   <name>CoreExtensions</name>
diff --git a/api/maven-api-plugin/src/main/mdo/lifecycle.mdo 
b/api/maven-api-plugin/src/main/mdo/lifecycle.mdo
index 8196e3aa50..c7e4539adb 100644
--- a/api/maven-api-plugin/src/main/mdo/lifecycle.mdo
+++ b/api/maven-api-plugin/src/main/mdo/lifecycle.mdo
@@ -20,7 +20,7 @@ under the License.
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 
https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd";
   xml.namespace="http://maven.apache.org/LIFECYCLE/${version}";
-  xml.schemaLocation="http://maven.apache.org/xsd/lifecycle-${version}.xsd";>
+  xml.schemaLocation="https://maven.apache.org/xsd/lifecycle-${version}.xsd";>
   <id>lifecycle</id>
   <name>Lifecycle</name>
   <description>
diff --git a/api/maven-api-settings/src/main/mdo/settings.mdo 
b/api/maven-api-settings/src/main/mdo/settings.mdo
index a63b3f416f..fe69efeeff 100644
--- a/api/maven-api-settings/src/main/mdo/settings.mdo
+++ b/api/maven-api-settings/src/main/mdo/settings.mdo
@@ -22,7 +22,7 @@
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 
https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd";
   xml.namespace="http://maven.apache.org/SETTINGS/${version}";
-  xml.schemaLocation="http://maven.apache.org/xsd/settings-${version}.xsd";>
+  xml.schemaLocation="https://maven.apache.org/xsd/settings-${version}.xsd";>
   <id>settings</id>
   <name>Settings</name>
   <description>
diff --git a/api/maven-api-toolchain/src/main/mdo/toolchains.mdo 
b/api/maven-api-toolchain/src/main/mdo/toolchains.mdo
index 8746c60ec7..9568c4732b 100644
--- a/api/maven-api-toolchain/src/main/mdo/toolchains.mdo
+++ b/api/maven-api-toolchain/src/main/mdo/toolchains.mdo
@@ -22,7 +22,7 @@
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 
https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd";
   xml.namespace="http://maven.apache.org/TOOLCHAINS/${version}";
-  xml.schemaLocation="http://maven.apache.org/xsd/toolchains-${version}.xsd";>
+  xml.schemaLocation="https://maven.apache.org/xsd/toolchains-${version}.xsd";>
   <id>toolchains</id>
   <name>MavenToolchains</name>
   <description><![CDATA[

Reply via email to