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 2009/08/02 14:43:50 UTC

svn commit: r800052 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Author: vsiveton
Date: Sun Aug  2 12:43:50 2009
New Revision: 800052

URL: http://svn.apache.org/viewvc?rev=800052&view=rev
Log:
o added 2.0.9 as prerequisite

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

Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=800052&r1=800051&r2=800052&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Sun Aug  2 12:43:50 2009
@@ -36,7 +36,7 @@
   <description>This plugin allows you to generate a linkcheck report of your project's documentation.</description>
 
   <prerequisites>
-    <maven>2.0.6</maven>
+    <maven>2.0.9</maven>
   </prerequisites>
 
   <scm>