Author: hboutemy
Date: Mon Apr  4 17:36:12 2016
New Revision: 1737709

URL: http://svn.apache.org/viewvc?rev=1737709&view=rev
Log:
[MSITE-722] added updated decoration xsd info

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/apt/migrate.apt

Modified: maven/plugins/trunk/maven-site-plugin/src/site/apt/migrate.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/apt/migrate.apt?rev=1737709&r1=1737708&r2=1737709&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/apt/migrate.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/apt/migrate.apt Mon Apr  4 
17:36:12 2016
@@ -54,11 +54,13 @@ Migrate
     </plugin>
 +-----------------+
 
-  * Site Decoration Model has changed type for <<<head>>> and <<<footer>>> 
from <<<DOM>>> to <<<String>>>:
+  * Site Decoration Model 1.7.0 has changed type for <<<head>>> and 
<<<footer>>> from <<<DOM>>> to <<<String>>>:
   if your <<<site.xml>>> (or one parent) contains XML content, you'll need to 
escape it, usually by
   adding <<<\<![CDATA[>>> and <<<]]\>>>> around the content:
 
 +-----------------+
+<project xmlns="http://maven.apache.org/DECORATION/1.7.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 
http://maven.apache.org/xsd/decoration-1.7.0.xsd";>
     <body>
         <head>
             <![CDATA[<anyHeadElement/>]]>
@@ -66,6 +68,9 @@ Migrate
         <footer>
             <![CDATA[<anyFooterElement/>]]>
         </footer>
+    ...
+    </body>
+</project>
 +-----------------+
 
   * 


Reply via email to