Author: ggregory
Date: Sun Feb 20 20:57:58 2011
New Revision: 1072727
URL: http://svn.apache.org/viewvc?rev=1072727&view=rev
Log:
Migrate maven-changes-plugin to version 2.4 from 2.3. Tested with Maven 3.0.2
and 2.2.1.
Modified:
commons/proper/codec/trunk/pom.xml
Modified: commons/proper/codec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1072727&r1=1072726&r2=1072727&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Feb 20 20:57:58 2011
@@ -277,7 +277,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
- <version>2.3</version>
+ <version>2.4</version>
<configuration>
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>