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

commit 82be11e585910f8c5ff20fd10b912e131d3409e9
Author: Stephen Connolly <stephen.alan.conno...@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>

Reply via email to