You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/03/13 07:04:40 UTC

maven-archetype git commit: updated Modello xsd references

Repository: maven-archetype
Updated Branches:
  refs/heads/master be6eda1e9 -> a9f2c1cdb


updated Modello xsd references

Project: http://git-wip-us.apache.org/repos/asf/maven-archetype/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-archetype/commit/a9f2c1cd
Tree: http://git-wip-us.apache.org/repos/asf/maven-archetype/tree/a9f2c1cd
Diff: http://git-wip-us.apache.org/repos/asf/maven-archetype/diff/a9f2c1cd

Branch: refs/heads/master
Commit: a9f2c1cdb52dbf10430ce916a514acf3a59bdc3b
Parents: be6eda1
Author: Hervé Boutemy <hb...@apache.org>
Authored: Tue Mar 13 08:04:32 2018 +0100
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Tue Mar 13 08:04:32 2018 +0100

----------------------------------------------------------------------
 archetype-common/src/main/mdo/archetype.mdo                  | 8 ++++----
 .../src/main/mdo/archetype-descriptor.mdo                    | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/a9f2c1cd/archetype-common/src/main/mdo/archetype.mdo
----------------------------------------------------------------------
diff --git a/archetype-common/src/main/mdo/archetype.mdo b/archetype-common/src/main/mdo/archetype.mdo
index 82b6583..67d923b 100644
--- a/archetype-common/src/main/mdo/archetype.mdo
+++ b/archetype-common/src/main/mdo/archetype.mdo
@@ -22,10 +22,10 @@ under the License.
 
  <!-- START SNIPPET: modello-model -->
 
-<model xmlns="http://modello.codehaus.org/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.4.0 http://modello.codehaus.org/xsd/modello-1.4.0.xsd"
-  xml.namespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/${version}"
-  xml.schemaLocation="http://maven.apache.org/xsd/archetype-${version}.xsd">
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.8.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.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>

http://git-wip-us.apache.org/repos/asf/maven-archetype/blob/a9f2c1cd/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
----------------------------------------------------------------------
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 c689716..f8ac2a1 100644
--- a/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
+++ b/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
@@ -17,9 +17,9 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-<model xmlns="http://modello.codehaus.org/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://modello.codehaus.org/MODELLO/1.0.0 http://modello.codehaus.org/xsd/modello-1.0.0.xsd"
-  xml.namespace="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/${version}"
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.8.0 http://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
+  xml.namespace="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/archetype-descriptor-${version}.xsd">
   <id>archetype-descriptor</id>
   <name>ArchetypeDescriptor</name>