You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ma...@apache.org on 2012/05/22 14:09:39 UTC

svn commit: r1341432 - /maven/shared/trunk/maven-runtime/pom.xml

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>