You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/03/24 11:30:56 UTC

svn commit: r1304749 - /maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt

Author: olamy
Date: Sat Mar 24 10:30:55 2012
New Revision: 1304749

URL: http://svn.apache.org/viewvc?rev=1304749&view=rev
Log:
CMS commit to maventest by olamy

Modified:
    maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt

Modified: maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt?rev=1304749&r1=1304748&r2=1304749&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt (original)
+++ maven/site/branches/INFRA-4466/trunk/content/apt/skins/index.apt Sat Mar 24 10:30:55 2012
@@ -22,7 +22,7 @@ Skins
 *-------------------------------------------------------------------+--------------+------------------+
 | {{{/skins/maven-stylus-skin/} <<<Maven Stylus Skin>>>}}           | 1.4          | The skin used for the website of Maven itself.
 *-------------------------------------------------------------------+--------------+------------------+
-| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.1          | Skin based on bootstrap css
+| {{{/skins/maven-fluido-skin/} <<<Maven Fluido Skin>>>}}           | 1.2          | Skin based on bootstrap css
 *-------------------------------------------------------------------+--------------+------------------+
 
   To use one of these skins in your project, you use the <<<skin>>> element of the
@@ -36,7 +36,7 @@ Skins
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-classic-skin</artifactId>
-    <version>1.0</version>
+    <version>1.1</version>
   </skin>
   ...
 </project>