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 2013/08/03 12:21:33 UTC

svn commit: r1509951 - /maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Author: michaelo
Date: Sat Aug  3 10:21:33 2013
New Revision: 1509951

URL: http://svn.apache.org/r1509951
Log:
Use the project name from the POM

Modified:
    maven/skins/trunk/maven-fluido-skin/src/site/site.xml

Modified: maven/skins/trunk/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/skins/trunk/maven-fluido-skin/src/site/site.xml?rev=1509951&r1=1509950&r2=1509951&view=diff
==============================================================================
--- maven/skins/trunk/maven-fluido-skin/src/site/site.xml (original)
+++ maven/skins/trunk/maven-fluido-skin/src/site/site.xml Sat Aug  3 10:21:33 2013
@@ -20,8 +20,7 @@ under the License.
 -->
 
 <project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
-  name="Apache Maven Fluido-Skin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd">
 
   <bannerLeft>
     <name>${project.name}</name>