You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/12/28 22:59:17 UTC

svn commit: r1722014 - /maven/site/trunk/content/apt/skins/index.apt

Author: michaelo
Date: Mon Dec 28 21:59:16 2015
New Revision: 1722014

URL: http://svn.apache.org/viewvc?rev=1722014&view=rev
Log:
Updated Fluido Skin version

Modified:
    maven/site/trunk/content/apt/skins/index.apt

Modified: maven/site/trunk/content/apt/skins/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/skins/index.apt?rev=1722014&r1=1722013&r2=1722014&view=diff
==============================================================================
--- maven/site/trunk/content/apt/skins/index.apt (original)
+++ maven/site/trunk/content/apt/skins/index.apt Mon Dec 28 21:59:16 2015
@@ -49,15 +49,15 @@ Skins
   To use one of these skins in your project, you use the <<<skin>>> element of the
   {{{http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html}site descriptor}}.
   This is a regular artifact or dependency-like element. For example, to use the
-  Maven Classic Skin, you would include the this in your <<<site.xml>>> file:
+  Maven Fluido Skin, you would include the this in your <<<site.xml>>> file:
 
 +-----+
 <project>
   ...
   <skin>
     <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-classic-skin</artifactId>
-    <version>1.1</version>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.4</version>
   </skin>
   ...
 </project>