You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/15 22:45:30 UTC

svn commit: r1385170 - /maven/plugins/trunk/maven-install-plugin/pom.xml

Author: olamy
Date: Sat Sep 15 20:45:30 2012
New Revision: 1385170

URL: http://svn.apache.org/viewvc?rev=1385170&view=rev
Log:
use p-u 3.0.7-SNAPSHOT which fix an issue on copyFile: target directory not created

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

Modified: maven/plugins/trunk/maven-install-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/pom.xml?rev=1385170&r1=1385169&r2=1385170&view=diff
==============================================================================
--- maven/plugins/trunk/maven-install-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-install-plugin/pom.xml Sat Sep 15 20:45:30 2012
@@ -100,7 +100,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.6</version>
+      <version>3.0.7-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>