Author: olamy Date: Tue Feb 8 11:13:06 2011 New Revision: 1068328 URL: http://svn.apache.org/viewvc?rev=1068328&view=rev Log: use last snapshot parent and remove breadcrumb item which is now in the parent
Modified: maven/plugins/trunk/maven-plugins/pom.xml maven/plugins/trunk/maven-plugins/src/site/site.xml Modified: maven/plugins/trunk/maven-plugins/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1068328&r1=1068327&r2=1068328&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugins/pom.xml (original) +++ maven/plugins/trunk/maven-plugins/pom.xml Tue Feb 8 11:13:06 2011 @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>18</version> + <version>19-SNAPSHOT</version> <relativePath>../../pom/maven/pom.xml</relativePath> </parent> Modified: maven/plugins/trunk/maven-plugins/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/src/site/site.xml?rev=1068328&r1=1068327&r2=1068328&view=diff ============================================================================== --- maven/plugins/trunk/maven-plugins/src/site/site.xml (original) +++ maven/plugins/trunk/maven-plugins/src/site/site.xml Tue Feb 8 11:13:06 2011 @@ -22,8 +22,6 @@ under the License. <project> <body> <breadcrumbs> - <!-- TODO: This breadcrumb should be removed when it has been solved in the parent --> - <item name="Maven" href="http://maven.apache.org/index.html" /> <item name="Plugins" href="http://maven.apache.org/plugins/index.html" /> </breadcrumbs> </body>