You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2013/02/25 21:46:15 UTC

svn commit: r1449881 - /tomcat/maven-plugin/trunk/src/site/site.xml

Author: olamy
Date: Mon Feb 25 20:46:15 2013
New Revision: 1449881

URL: http://svn.apache.org/r1449881
Log:
reduce noise when publishing doc

Modified:
    tomcat/maven-plugin/trunk/src/site/site.xml

Modified: tomcat/maven-plugin/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/src/site/site.xml?rev=1449881&r1=1449880&r2=1449881&view=diff
==============================================================================
--- tomcat/maven-plugin/trunk/src/site/site.xml (original)
+++ tomcat/maven-plugin/trunk/src/site/site.xml Mon Feb 25 20:46:15 2013
@@ -30,7 +30,7 @@
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>1.3.0</version>
+    <version>1.3.1-SNAPSHOT</version>
   </skin>
 
   <custom>
@@ -38,6 +38,7 @@
       <topBarEnabled>true</topBarEnabled>
       <sideBarEnabled>false</sideBarEnabled>
       <topBarContainerStyle>width: auto;</topBarContainerStyle>
+      <skipGenerationDate>true</skipGenerationDate>
       <googleSearch>
         <sitesearch>${project.url}</sitesearch>
       </googleSearch>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org