You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2010/09/05 16:25:08 UTC

svn commit: r992793 - /commons/proper/digester/branches/1_X_LINE/pom.xml

Author: rahul
Date: Sun Sep  5 14:25:08 2010
New Revision: 992793

URL: http://svn.apache.org/viewvc?rev=992793&view=rev
Log:
Use latest changes plugin (2.0 causes NPE) - porting r992789 from trunk.

Modified:
    commons/proper/digester/branches/1_X_LINE/pom.xml

Modified: commons/proper/digester/branches/1_X_LINE/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/branches/1_X_LINE/pom.xml?rev=992793&r1=992792&r2=992793&view=diff
==============================================================================
--- commons/proper/digester/branches/1_X_LINE/pom.xml (original)
+++ commons/proper/digester/branches/1_X_LINE/pom.xml Sun Sep  5 14:25:08 2010
@@ -270,7 +270,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
-        <version>2.0</version>
+        <version>2.3</version>
         <configuration>
           <issueLinkTemplate>%URL%/../%ISSUE%</issueLinkTemplate>
         </configuration>