Author: bimargulies Date: Wed Aug 24 01:43:01 2011 New Revision: 1160955 URL: http://svn.apache.org/viewvc?rev=1160955&view=rev Log: Update this branch to current site plugin to fix breadcrumbs. Patch then applied to temp copy of 1.0 tag.
Modified: maven/wagon/branches/wagon-1.x/pom.xml Modified: maven/wagon/branches/wagon-1.x/pom.xml URL: http://svn.apache.org/viewvc/maven/wagon/branches/wagon-1.x/pom.xml?rev=1160955&r1=1160954&r2=1160955&view=diff ============================================================================== --- maven/wagon/branches/wagon-1.x/pom.xml (original) +++ maven/wagon/branches/wagon-1.x/pom.xml Wed Aug 24 01:43:01 2011 @@ -23,7 +23,7 @@ under the License. <parent> <artifactId>maven-parent</artifactId> <groupId>org.apache.maven</groupId> - <version>20</version> + <version>21</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> @@ -211,6 +211,10 @@ under the License. <build> <pluginManagement> <plugins> + <plugin> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8</version> + </plugin> <plugin> <artifactId>maven-release-plugin</artifactId> <configuration> @@ -252,6 +256,7 @@ under the License. <plugins> <plugin> <artifactId>maven-javadoc-plugin</artifactId> + <version>2.8</version> <configuration> <links> <link>http://java.sun.com/j2ee/1.4/docs/api</link>