Author: olegk
Date: Thu Feb 4 22:42:28 2010
New Revision: 906702
URL: http://svn.apache.org/viewvc?rev=906702&view=rev
Log:
Set maven-changes-plugin to the latest version (2.3); trying to fix Hudson
build breakage
Modified:
james/mime4j/trunk/pom.xml
Modified: james/mime4j/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=906702&r1=906701&r2=906702&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Thu Feb 4 22:42:28 2010
@@ -279,6 +279,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
+ <version>2.3</version>
<configuration>
<onlyCurrentVersion>true</onlyCurrentVersion>
<resolutionIds>Closed</resolutionIds>