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>