You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by li...@apache.org on 2011/01/26 14:33:57 UTC

svn commit: r1063711 - /shindig/trunk/pom.xml

Author: lindner
Date: Wed Jan 26 13:33:57 2011
New Revision: 1063711

URL: http://svn.apache.org/viewvc?rev=1063711&view=rev
Log:
new surefire plugin

Modified:
    shindig/trunk/pom.xml

Modified: shindig/trunk/pom.xml
URL: http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1063711&r1=1063710&r2=1063711&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Wed Jan 26 13:33:57 2011
@@ -808,7 +808,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-report-plugin</artifactId>
-            <version>2.7.1</version>
+            <version>2.7.2</version>
           </plugin>
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -1162,7 +1162,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.7.1</version>
+          <version>2.7.2</version>
           <configuration>
             <parallel>both</parallel>
           </configuration>