You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/10/13 17:17:54 UTC

svn commit: r1397854 - /maven/core-integration-testing/trunk/src/site/site.xml

Author: hboutemy
Date: Sat Oct 13 15:17:54 2012
New Revision: 1397854

URL: http://svn.apache.org/viewvc?rev=1397854&view=rev
Log:
use fluido skin like Maven Core itself (staying with 1.2.1 because of MSKINS-69)

Modified:
    maven/core-integration-testing/trunk/src/site/site.xml

Modified: maven/core-integration-testing/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/src/site/site.xml?rev=1397854&r1=1397853&r2=1397854&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/src/site/site.xml (original)
+++ maven/core-integration-testing/trunk/src/site/site.xml Sat Oct 13 15:17:54 2012
@@ -19,9 +19,15 @@ specific language governing permissions 
 under the License.
 -->
 
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
+<project xmlns="http://maven.apache.org/DECORATION/1.3.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"
   name="Core ITs">
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.2.1</version>
+  </skin>
+
   <body>
 
     <menu ref="modules"/>