You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/03/12 20:27:03 UTC

[maven-release] branch master updated: Fix xsd NS

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

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


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

commit 01b4f784ab4ec78685fbe4800def98653caa4f06
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Sun Feb 13 20:04:33 2022 +0100

    Fix xsd NS
---
 maven-release-manager/src/main/mdo/release-descriptor.mdo | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-release-manager/src/main/mdo/release-descriptor.mdo b/maven-release-manager/src/main/mdo/release-descriptor.mdo
index 7238700..6ee0b95 100644
--- a/maven-release-manager/src/main/mdo/release-descriptor.mdo
+++ b/maven-release-manager/src/main/mdo/release-descriptor.mdo
@@ -18,8 +18,8 @@
   ~ 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">
   <id>release-descriptor</id>
   <name>ReleaseDescriptor</name>
   <description>