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-archetype.git


The following commit(s) were added to refs/heads/master by this push:
     new 0fbc317a Restore http in archetype descriptors
0fbc317a is described below

commit 0fbc317abf0bf13bc7179856d98b8763c2579429
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Tue Sep 30 17:26:10 2025 +0200

    Restore http in archetype descriptors
    
    fix #928
---
 archetype-common/src/main/mdo/archetype.mdo                             | 2 +-
 archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo   | 2 +-
 .../archetype-descriptor/src/main/mdo/archetype-descriptor.mdo          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetype-common/src/main/mdo/archetype.mdo 
b/archetype-common/src/main/mdo/archetype.mdo
index 2847084a..098cea56 100644
--- a/archetype-common/src/main/mdo/archetype.mdo
+++ b/archetype-common/src/main/mdo/archetype.mdo
@@ -21,7 +21,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="https://maven.apache.org/plugins/maven-archetype-plugin/archetype/${version}";
+       
xml.namespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/${version}";
        
xml.schemaLocation="https://maven.apache.org/xsd/archetype-${version}.xsd";>
   <id>archetype</id>
   <name>Archetype</name>
diff --git 
a/archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo 
b/archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo
index 40a6e4b8..8286994e 100644
--- a/archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo
+++ b/archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo
@@ -19,7 +19,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="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/${version}";
+       
xml.namespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/${version}";
        
xml.schemaLocation="https://maven.apache.org/xsd/archetype-catalog-${version}.xsd";>
   <id>archetype-catalog</id>
   <name>ArchetypeCatalog</name>
diff --git 
a/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo 
b/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
index c9f4f8a5..6d60149c 100644
--- 
a/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
+++ 
b/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
@@ -21,7 +21,7 @@
 <!-- START SNIPPET: modello-model --><!-- for 
https://maven.apache.org/guides/mini/guide-using-modello.html -->
 <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="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/${version}";
+       
xml.namespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/${version}";
        
xml.schemaLocation="https://maven.apache.org/xsd/archetype-descriptor-${version}.xsd";>
   <id>archetype-descriptor</id>
   <name>ArchetypeDescriptor</name>

Reply via email to