o Take advantage of the site features in the latest parent.
o Minor tweaks to the site.

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@637408 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b7d1525..d6ad5b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>7</version>
+    <version>9</version>
   </parent>
 
   <artifactId>maven-shared-jar</artifactId>
   <version>1.1-SNAPSHOT</version>
 
-  <name>Maven Shared :: JAR Utilities</name>
+  <name>Maven JAR Utilities</name>
   <description>
     Utilities that help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.
   </description>
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index aab6c38..c409bb4 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -1,12 +1,12 @@
  -----
- JAR Utilities
+ Introduction
  -----
  Brett Porter
  -----
  2 July 2007
  -----
 
-Maven Shared Components - JAR Utilities
+Maven JAR Utilities
 
   Utilities that help identify the contents of a JAR, including Java class analysis and Maven metadata analysis.
 
diff --git a/src/site/site.xml b/src/site/site.xml
index 5d7c5e7..036282a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,46 +20,10 @@
 -->
 
 <project>
-  <!-- TODO: banners, skin, publish date, version should be inherited from Maven itself -->
-  <bannerLeft>
-    <name>${project.name}</name>
-    <src>http://maven.apache.org/images/apache-maven-project-2.png</src>
-    <href>http://maven.apache.org/</href>
-  </bannerLeft>
-  <bannerRight>
-    <src>http://maven.apache.org/images/maven-logo-2.gif</src>
-  </bannerRight>
-  <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-stylus-skin</artifactId>
-  </skin>
-  <publishDate format="dd MMM yyyy" position="left" />
-  <version position="left" />
   <body>
-    <!-- TODO: Link, head, reports should be inherited -->
-    <!-- TODO: use breadcrumbs more structure, links for links, and inherit subprojects as a menu or not at all -->
-    <links>
-      <item name="Apache" href="http://www.apache.org/"/>
-      <item name="Maven 1.x" href="http://maven.apache.org/maven-1.x"/>
-      <item name="Maven 2.x" href="http://maven.apache.org/"/>
-      <item name="Maven 2.x Plugins" href="http://maven.apache.org/plugins/"/>
-      <item name="Continuum" href="http://maven.apache.org/continuum"/>
-      <item name="SCM" href="http://maven.apache.org/scm"/>
-      <item name="Wagon" href="http://maven.apache.org/wagon"/>
-      <item name="JXR" href="http://maven.apache.org/jxr"/>
-      <item name="Doxia" href="http://maven.apache.org/doxia"/>
-    </links>
-    <head>
-      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
-      </script>
-      <script type="text/javascript">
-        _uacct = "UA-140879-1";
-        urchinTracker();
-      </script>
-    </head>
-    <menu name="Usage">
-      <item name="Overview" href="apidocs/index.html" />
+    <menu name="Overview">
+      <item name="Introduction" href="index.html" />
     </menu>
-    <menu ref="reports" inherit="bottom" />
+    <menu ref="reports" />
   </body>
 </project>