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 2014/12/22 23:00:05 UTC

svn commit: r1647421 - in /maven/doxia/doxia-sitetools/trunk/doxia-decoration-model: pom.xml src/main/mdo/decoration.mdo

Author: michaelo
Date: Mon Dec 22 22:00:05 2014
New Revision: 1647421

URL: http://svn.apache.org/r1647421
Log:
[DOXIASITETOOLS-98] Decoration model's Modello doc point to a statically versioned schema file

Modello does not apply any property filtering, so adding a TODO and a comment in the POM and model file.

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
    maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml?rev=1647421&r1=1647420&r2=1647421&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/pom.xml Mon Dec 22 22:00:05 2014
@@ -51,7 +51,8 @@ under the License.
           <models>
             <model>src/main/mdo/decoration.mdo</model>
           </models>
-          <version>1.6.0</version>
+          <!-- TODO Do not forget to update the version in the decoration description. See DOXIASITETOOLS-98. -->
+          <version>1.7.0</version>
           <firstVersion>1.0.0</firstVersion>
         </configuration>
         <executions>

Modified: maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo?rev=1647421&r1=1647420&r2=1647421&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-decoration-model/src/main/mdo/decoration.mdo Mon Dec 22 22:00:05 2014
@@ -28,7 +28,8 @@ under the License.
     <p>This is a reference for the site decoration descriptor used in Doxia Sitetools, also known as <code>site.xml</code>.</p>
     <p>An XSD is available at:</p>
     <ul>
-      <li><a href="http://maven.apache.org/xsd/decoration-${version}.xsd">http://maven.apache.org/xsd/decoration-${version}.xsd</a></li>
+      <!-- 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.7.0.xsd">http://maven.apache.org/xsd/decoration-1.7.0.xsd</a></li>
     </ul>
     ]]></description>