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/08/07 10:28:29 UTC

svn commit: r429273 - /maven/repository-manager/trunk/pom.xml

Author: brett
Date: Mon Aug  7 01:28:28 2006
New Revision: 429273

URL: http://svn.apache.org/viewvc?rev=429273&view=rev
Log:
fix the version of the surefire plugin used

Modified:
    maven/repository-manager/trunk/pom.xml

Modified: maven/repository-manager/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/repository-manager/trunk/pom.xml?rev=429273&r1=429272&r2=429273&view=diff
==============================================================================
--- maven/repository-manager/trunk/pom.xml (original)
+++ maven/repository-manager/trunk/pom.xml Mon Aug  7 01:28:28 2006
@@ -96,6 +96,10 @@
           <target>1.4</target>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.2</version>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>