You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/01/01 21:18:16 UTC

svn commit: r1054281 - /maven/pom/trunk/maven/src/site/site.xml

Author: ltheussl
Date: Sat Jan  1 20:18:16 2011
New Revision: 1054281

URL: http://svn.apache.org/viewvc?rev=1054281&view=rev
Log:
Use latest stylus to check breadcrumbs

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

Modified: maven/pom/trunk/maven/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site/site.xml?rev=1054281&r1=1054280&r2=1054281&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site/site.xml (original)
+++ maven/pom/trunk/maven/src/site/site.xml Sat Jan  1 20:18:16 2011
@@ -32,7 +32,7 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-stylus-skin</artifactId>
-    <version>1.2</version>
+    <version>1.3-SNAPSHOT</version>
   </skin>
 
   <publishDate format="yyyy-MM-dd" position="right" />
@@ -51,10 +51,10 @@ under the License.
     <!-- Breadcrumbs that every project will inherit -->
     <breadcrumbs>
       <item name="Apache" href="http://www.apache.org/" />
-      <!-- TODO: This is not working well for maven site,
-                 needs to be investigated further before it can be enabled
-      <item name="Maven"  href="http://maven.apache.org/index.html" />
+      <!-- NOTE: This only works with stylus-skin-1.3,
+           remove again if reverting to 1.2
       -->
+      <item name="Maven"  href="http://maven.apache.org/index.html" />
     </breadcrumbs>
 
     <!-- Menus that every project will inherit -->