You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by pg...@apache.org on 2009/04/01 00:18:59 UTC

svn commit: r760680 - /maven/plugins/trunk/maven-source-plugin/pom.xml

Author: pgier
Date: Tue Mar 31 22:18:59 2009
New Revision: 760680

URL: http://svn.apache.org/viewvc?rev=760680&view=rev
Log:
[MSOURCES-42] Undo change to prerequisite, the unit and integration tests run fine with maven 2.0.6.

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

Modified: maven/plugins/trunk/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/pom.xml?rev=760680&r1=760679&r2=760680&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/pom.xml Tue Mar 31 22:18:59 2009
@@ -36,7 +36,7 @@
   <description>The Maven 2 Source Plugin creates a JAR archive of the source files of the current project.</description>
 
   <prerequisites>
-    <maven>2.0.9</maven>
+    <maven>2.0.6</maven>
   </prerequisites>
 
   <scm>