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/09 00:08:31 UTC

svn commit: r1335794 - /maven/enforcer/trunk/src/site/site.xml

Author: rfscholte
Date: Tue May  8 22:08:30 2012
New Revision: 1335794

URL: http://svn.apache.org/viewvc?rev=1335794&view=rev
Log:
Prefer maven-stylus-skin-1.4 instead of older inherited version from parent

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

Modified: maven/enforcer/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/src/site/site.xml?rev=1335794&r1=1335793&r2=1335794&view=diff
==============================================================================
--- maven/enforcer/trunk/src/site/site.xml (original)
+++ maven/enforcer/trunk/src/site/site.xml Tue May  8 22:08:30 2012
@@ -18,6 +18,11 @@ specific language governing permissions 
 under the License.
 -->
 <project>
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.4</version>
+  </skin>
   <body>
     <breadcrumbs>
       <!-- TODO: This breadcrumb should be removed when it has been solved in the parent -->