You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/02/27 21:24:51 UTC

[maven-invoker-plugin] branch master updated: Fix NS

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4d0d70c  Fix NS
4d0d70c is described below

commit 4d0d70c97820e7d637962e8bc70af7a7edbed0e0
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sun Feb 13 23:04:48 2022 +0100

    Fix NS
---
 src/main/mdo/invocation.mdo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/mdo/invocation.mdo b/src/main/mdo/invocation.mdo
index 9abecec..4352c2e 100644
--- a/src/main/mdo/invocation.mdo
+++ b/src/main/mdo/invocation.mdo
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<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"
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://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/plugins/maven-invoker-plugin/build-job/1.0.0"
        xsd.targetNamespace="http://maven.apache.org/plugins/maven-invoker-plugin/build-job/1.0.0">
   <id>build-job</id>