Follow ASF branding rules.

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1505575 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 489927c..8fcba30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   <version>1.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Maven Toolchains Plugin</name>
+  <name>Apache Maven Toolchains Plugin</name>
 
   <prerequisites>
     <maven>${mavenVersion}</maven>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt.vm
similarity index 98%
rename from src/site/apt/index.apt
rename to src/site/apt/index.apt.vm
index 8aa1131..9acd846 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt.vm
@@ -20,10 +20,10 @@
   ------
   Milos Kleint
   ------
-  Oct 2007
+  2013-07-22
   ------
 
-Maven Toolchains Plugin
+${project.name}
 
     The Toolchains Plugins allows to share configuration across plugins. For example to make sure the plugins like compiler, surefire, javadoc, webstart etc. all use the same JDK for execution.
 Similarly to maven-enforcer-plugin, it allows to control environmental constraints in the build.
diff --git a/src/site/site.xml b/src/site/site.xml
index 4f1507d..4ef2bad 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,8 +21,7 @@
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
-  name="Maven Toolchains plugin">
+  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>