Author: jvanzyl
Date: Thu Mar  1 19:25:26 2007
New Revision: 513606

URL: http://svn.apache.org/viewvc?view=rev&rev=513606
Log:
o use surefire 2.2 for now, 2.3 is causing errors

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/components/trunk/pom.xml?view=diff&rev=513606&r1=513605&r2=513606
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Mar  1 19:25:26 2007
@@ -132,6 +132,12 @@
         </plugin>
       </plugins>
     </pluginManagement>
+    <plugins>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
+    </plugins>
   </build>
   <modules>
     <module>maven-artifact</module>


Reply via email to