Skip to content

Commit

Permalink
[ARCHETYPE-685] Fix namespace in modello models
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 5, 2024
1 parent d366be1 commit e0701d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions archetype-common/src/main/mdo/archetype.mdo
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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/plugins/maven-archetype-plugin/archetype-catalog/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/archetype-catalog-${version}.xsd">
xml.namespace="https://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>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
-->
<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/plugins/maven-archetype-plugin/archetype-catalog/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/archetype-catalog-${version}.xsd">
xml.namespace="https://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>
<description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<!-- 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="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-catalog/${version}"
xml.schemaLocation="http://maven.apache.org/xsd/archetype-catalog-${version}.xsd">
xml.namespace="https://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>
<description>
Expand Down

0 comments on commit e0701d2

Please sign in to comment.