You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2012/04/09 12:04:55 UTC

svn commit: r1311184 - /maven/doxia/doxia/trunk/pom.xml

Author: dennisl
Date: Mon Apr  9 10:04:55 2012
New Revision: 1311184

URL: http://svn.apache.org/viewvc?rev=1311184&view=rev
Log:
Add version for maven-changes-plugin.

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1311184&r1=1311183&r2=1311184&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Mon Apr  9 10:04:55 2012
@@ -408,6 +408,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
+            <version>2.6</version>
             <configuration>
               <columnNames>Type,Key,Summary,Resolution,Assignee</columnNames>
               <maxEntries>1000</maxEntries>