You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/05/26 16:08:25 UTC

svn commit: r541899 - /maven/plugins/trunk/maven-clean-plugin/pom.xml

Author: vsiveton
Date: Sat May 26 07:08:24 2007
New Revision: 541899

URL: http://svn.apache.org/viewvc?view=rev&rev=541899
Log:
MCLEAN-26: Long pathnames on windows platforms cannot be deleted

o bumped to file-management:1.2-SNAPSHOT

Modified:
    maven/plugins/trunk/maven-clean-plugin/pom.xml

Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?view=diff&rev=541899&r1=541898&r2=541899
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-clean-plugin/pom.xml Sat May 26 07:08:24 2007
@@ -27,7 +27,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>file-management</artifactId>
-      <version>1.0</version>
+      <version>1.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>