You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2012/11/16 09:21:29 UTC

svn commit: r1410245 - /maven/indexer/trunk/pom.xml

Author: cstamas
Date: Fri Nov 16 08:21:28 2012
New Revision: 1410245

URL: http://svn.apache.org/viewvc?rev=1410245&view=rev
Log:
Bumping Plexus Utils.

To pick up NIO file ops.

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1410245&r1=1410244&r2=1410245&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Fri Nov 16 08:21:28 2012
@@ -99,7 +99,7 @@ under the License.
       <dependency>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-utils</artifactId>
-        <version>3.0.5</version>
+        <version>3.0.8</version>
         <scope>compile</scope>
       </dependency>