You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/11/14 00:00:42 UTC

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

Author: hboutemy
Date: Wed Nov 13 23:00:41 2013
New Revision: 1541754

URL: http://svn.apache.org/r1541754
Log:
upgraded maven-changes-plugin to 2.9 to avoid parsing failure

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=1541754&r1=1541753&r2=1541754&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Wed Nov 13 23:00:41 2013
@@ -414,7 +414,7 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-changes-plugin</artifactId>
-            <version>2.6</version>
+            <version>2.9</version>
             <configuration>
               <columnNames>Type,Key,Summary,Resolution,Assignee</columnNames>
               <maxEntries>1000</maxEntries>