You are viewing a plain text version of this content. The canonical link for it is here.
Posted to photark-commits@incubator.apache.org by lr...@apache.org on 2009/09/13 22:50:20 UTC

svn commit: r814421 - /incubator/photark/trunk/pom.xml

Author: lresende
Date: Sun Sep 13 22:50:19 2009
New Revision: 814421

URL: http://svn.apache.org/viewvc?rev=814421&view=rev
Log:
Moving to latest maven surefire plugin release (2.4.3)

Modified:
    incubator/photark/trunk/pom.xml

Modified: incubator/photark/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/photark/trunk/pom.xml?rev=814421&r1=814420&r2=814421&view=diff
==============================================================================
--- incubator/photark/trunk/pom.xml (original)
+++ incubator/photark/trunk/pom.xml Sun Sep 13 22:50:19 2009
@@ -261,7 +261,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.3.1</version>
+                    <version>2.4.3</version>
                     <configuration>
                         <includes>
                             <include>**/*TestCase.java</include>