You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2008/01/08 23:02:31 UTC

svn commit: r610190 - /maven/pom/trunk/maven/pom.xml

Author: olamy
Date: Tue Jan  8 14:02:30 2008
New Revision: 610190

URL: http://svn.apache.org/viewvc?rev=610190&view=rev
Log:
upgrade to last surefire plugin version

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=610190&r1=610189&r2=610190&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Tue Jan  8 14:02:30 2008
@@ -183,7 +183,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.3</version>
+          <version>2.3.1</version>
         </plugin>
       </plugins>
     </pluginManagement>