You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2012/05/02 23:08:11 UTC

svn commit: r1333207 - /maven/release/trunk/src/site/site.xml

Author: rfscholte
Date: Wed May  2 21:08:10 2012
New Revision: 1333207

URL: http://svn.apache.org/viewvc?rev=1333207&view=rev
Log:
use maven-stylus-skin-1.4

Modified:
    maven/release/trunk/src/site/site.xml

Modified: maven/release/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/src/site/site.xml?rev=1333207&r1=1333206&r2=1333207&view=diff
==============================================================================
--- maven/release/trunk/src/site/site.xml (original)
+++ maven/release/trunk/src/site/site.xml Wed May  2 21:08:10 2012
@@ -22,6 +22,13 @@ 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">
+  
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.4</version>
+  </skin>
+  
   <body>
     <menu ref="modules" inherit="bottom" />
     <menu ref="reports" inherit="bottom" />