Author: olamy Date: Sat Sep 17 07:27:16 2011 New Revision: 1171925 URL: http://svn.apache.org/viewvc?rev=1171925&view=rev Log: [MDEP-324] Use fixed 2.0.1 plexus-io to work with java7
Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1171925&r1=1171924&r2=1171925&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Sat Sep 17 07:27:16 2011 @@ -174,7 +174,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-io</artifactId> - <version>2.0</version> + <version>2.0.1</version> </dependency> <!-- shared -->