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 17:30:43 UTC

[maven-plugin-tools] branch master updated: updated Modello xsd url

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d8fa41  updated Modello xsd url
7d8fa41 is described below

commit 7d8fa4164e802cbe64467a4557a9b2379c336492
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Mar 13 18:18:50 2018 +0100

    updated Modello xsd url
---
 maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo               | 4 ++--
 .../maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo b/maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo
index c76ebeb..9516b81 100644
--- a/maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo
+++ b/maven-plugin-plugin/src/main/mdo/pluginRequirements.mdo
@@ -19,8 +19,8 @@ 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">
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.0.0.xsd">
   <id>pluginRequirements</id>
   <name>PluginRequirements</name>
   <description><![CDATA[Model to specify plugin requirements.]]></description>
diff --git a/maven-script/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo b/maven-script/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
index 4f72922..804e50e 100644
--- a/maven-script/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
+++ b/maven-script/maven-plugin-tools-model/src/main/mdo/plugin-metadata.mdo
@@ -66,8 +66,8 @@
     </mojos>
   </pluginMetadata>
     -->
-<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"
+<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.0.xsd"
        xsd.namespace="http://maven.apache.org/PLUGIN-METADATA/${version}"
        xml.schemaLocation="http://maven.apache.org/xsd/plugin-metadata-${version}.xsd">
   <id>plugin-metadata</id>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.