Author: markh Date: Tue May 22 12:09:38 2012 New Revision: 1341432 URL: http://svn.apache.org/viewvc?rev=1341432&view=rev Log: Upgraded maven-javadoc-plugin to 2.8 to align with maven-shared-components
Modified: maven/shared/trunk/maven-runtime/pom.xml Modified: maven/shared/trunk/maven-runtime/pom.xml URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-runtime/pom.xml?rev=1341432&r1=1341431&r2=1341432&view=diff ============================================================================== --- maven/shared/trunk/maven-runtime/pom.xml (original) +++ maven/shared/trunk/maven-runtime/pom.xml Tue May 22 12:09:38 2012 @@ -116,7 +116,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> + <version>2.6</version> <configuration> <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate> </configuration>