You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2019/11/11 21:18:07 UTC

[maven] branch mng-5668-poc updated: [MNG-5668] Fix typo in xsi namespace

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

stephenc pushed a commit to branch mng-5668-poc
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/mng-5668-poc by this push:
     new 7b5e32e  [MNG-5668] Fix typo in xsi namespace
7b5e32e is described below

commit 7b5e32ed6df7849fde1c717380437dc79e9b445c
Author: Stephen Connolly <st...@gmail.com>
AuthorDate: Mon Nov 11 21:17:56 2019 +0000

    [MNG-5668] Fix typo in xsi namespace
---
 maven-plugin-api/src/main/mdo/lifecycle.mdo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-api/src/main/mdo/lifecycle.mdo b/maven-plugin-api/src/main/mdo/lifecycle.mdo
index b86fde8..8c6922f 100644
--- a/maven-plugin-api/src/main/mdo/lifecycle.mdo
+++ b/maven-plugin-api/src/main/mdo/lifecycle.mdo
@@ -18,7 +18,7 @@ under the License.
 -->
 
 <model xmlns="http://codehaus-plexus.github.io/MODELLO/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
+  xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/1.8.0 https://codehaus-plexus.github.io/modello/xsd/modello-1.8.0.xsd"
   xml.namespace="http://maven.apache.org/LIFECYCLE/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/lifecycle-${version}.xsd">
   <id>lifecycle-mappings</id>