You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by ol...@apache.org on 2010/02/04 23:42:28 UTC

svn commit: r906702 - /james/mime4j/trunk/pom.xml

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>