Author: michaelo
Date: Mon Dec 22 22:41:50 2014
New Revision: 1647430

URL: http://svn.apache.org/r1647430
Log:
Update Site Decorator version to 1.6.0 in site.xml because we are using 1.6 of 
Doxia Sitetools

Modified:
    maven/plugins/trunk/maven-site-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/site.xml?rev=1647430&r1=1647429&r2=1647430&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/site/site.xml Mon Dec 22 22:41:50 
2014
@@ -19,9 +19,9 @@ specific language governing permissions
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.3.0";
+<project xmlns="http://maven.apache.org/DECORATION/1.6.0";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 
http://maven.apache.org/xsd/decoration-1.3.0.xsd";>
+    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.6.0 
http://maven.apache.org/xsd/decoration-1.6.0.xsd";>
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>


Reply via email to