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 2023/01/29 00:04:33 UTC

[maven-doxia-sitetools] branch master updated: Use Modello 2.0.0 namespace in mdo descriptor files

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-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bd6bcd  Use Modello 2.0.0 namespace in mdo descriptor files
1bd6bcd is described below

commit 1bd6bcdefea1583fb459d9271b229b2ec2eadd9a
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jan 29 01:04:10 2023 +0100

    Use Modello 2.0.0 namespace in mdo descriptor files
---
 doxia-decoration-model/src/main/mdo/decoration.mdo | 4 ++--
 doxia-skin-model/src/main/mdo/skin.mdo             | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doxia-decoration-model/src/main/mdo/decoration.mdo b/doxia-decoration-model/src/main/mdo/decoration.mdo
index ce1aa61..883a514 100644
--- a/doxia-decoration-model/src/main/mdo/decoration.mdo
+++ b/doxia-decoration-model/src/main/mdo/decoration.mdo
@@ -19,7 +19,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.1 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.1.xsd"
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
   xml.namespace="http://maven.apache.org/DECORATION/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/decoration-${version}.xsd">
   <id>decoration</id>
@@ -30,7 +30,7 @@ under the License.
     <p>An XSD is available at:</p>
     <ul>
       <!-- There is no property filtering in Modello, this has to be updated manually. See DOXIASITETOOLS-98. -->
-      <li><a href="http://maven.apache.org/xsd/decoration-1.8.0.xsd">http://maven.apache.org/xsd/decoration-1.8.0.xsd</a></li>
+      <li><a href="https://maven.apache.org/xsd/decoration-1.8.0.xsd">https://maven.apache.org/xsd/decoration-1.8.0.xsd</a></li>
     </ul>
     ]]></description>
 
diff --git a/doxia-skin-model/src/main/mdo/skin.mdo b/doxia-skin-model/src/main/mdo/skin.mdo
index 99b7eeb..91dbf87 100644
--- a/doxia-skin-model/src/main/mdo/skin.mdo
+++ b/doxia-skin-model/src/main/mdo/skin.mdo
@@ -19,7 +19,7 @@ specific language governing permissions and limitations
 under the License.
 -->
 
-<model xmlns="https://codehaus-plexus.github.io/MODELLO/1.4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://codehaus-plexus.github.io/MODELLO/1.4.1 https://codehaus-plexus.github.io/modello/xsd/modello-1.4.1.xsd"
+<model xmlns="http://codehaus-plexus.github.io/MODELLO/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://codehaus-plexus.github.io/MODELLO/2.0.0 https://codehaus-plexus.github.io/modello/xsd/modello-2.0.0.xsd"
   xml.namespace="http://maven.apache.org/SKIN/${version}"
   xml.schemaLocation="http://maven.apache.org/xsd/skin-${version}.xsd">
   <id>skin</id>
@@ -29,7 +29,7 @@ under the License.
     <p>An XSD is available at:</p>
     <ul>
       <!-- There is no property filtering in Modello, this has to be updated manually. See DOXIASITETOOLS-98. -->
-      <li><a href="http://maven.apache.org/xsd/skin-1.7.0.xsd">http://maven.apache.org/xsd/skin-1.7.0.xsd</a></li>
+      <li><a href="https://maven.apache.org/xsd/skin-1.7.0.xsd">https://maven.apache.org/xsd/skin-1.7.0.xsd</a></li>
     </ul>
     ]]></description>