You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2006/09/12 04:21:59 UTC

svn commit: r442418 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: brett
Date: Mon Sep 11 19:21:59 2006
New Revision: 442418

URL: http://svn.apache.org/viewvc?view=rev&rev=442418
Log:
this doesn't appear to require 2.0.5 now

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?view=diff&rev=442418&r1=442417&r2=442418
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Mon Sep 11 19:21:59 2006
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>2-SNAPSHOT</version>
+    <version>3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-project-info-reports-plugin</artifactId>
@@ -38,9 +38,6 @@
       <email>jruiz@exist.com</email>
     </contributor>
   </contributors>
-  <prerequisites>
-    <maven>2.0.5-SNAPSHOT</maven>
-  </prerequisites>
   <build>
     <plugins>
       <plugin>