Author: fgiust
Date: Tue Aug 15 08:52:38 2006
New Revision: 431626

URL: http://svn.apache.org/viewvc?rev=431626&view=rev
Log:
dependencies report doesn't work properly on maven 2.0.4 due to wagon version 
(missing Wagon.resourceExists(Ljava/lang/String;)Z)

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=431626&r1=431625&r2=431626&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue Aug 15 
08:52:38 2006
@@ -39,7 +39,7 @@
     </contributor>
   </contributors>
   <prerequisites>
-    <maven>2.0.4</maven>
+    <maven>2.0.5-SNAPSHOT</maven>
   </prerequisites>
   <build>
     <plugins>


Reply via email to