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 2010/08/12 22:08:51 UTC

svn commit: r984940 - /maven/site/trunk/src/site/site.xml

Author: hboutemy
Date: Thu Aug 12 20:08:50 2010
New Revision: 984940

URL: http://svn.apache.org/viewvc?rev=984940&view=rev
Log:
removed skin version reference now that it is inherited by maven-parent 17-SNAPSHOT

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

Modified: maven/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=984940&r1=984939&r2=984940&view=diff
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Thu Aug 12 20:08:50 2010
@@ -25,11 +25,7 @@ under the License.
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
   name="Maven">
   <version position="none" />
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-    <version>1.2</version>
-  </skin>
+
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->