You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by js...@apache.org on 2006/08/25 09:54:15 UTC

svn commit: r436702 - /incubator/servicemix/trunk/servicemix-beanflow/pom.xml

Author: jstrachan
Date: Fri Aug 25 00:54:15 2006
New Revision: 436702

URL: http://svn.apache.org/viewvc?rev=436702&view=rev
Log:
disabled the use of a snapshot version of surefire

Modified:
    incubator/servicemix/trunk/servicemix-beanflow/pom.xml

Modified: incubator/servicemix/trunk/servicemix-beanflow/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-beanflow/pom.xml?rev=436702&r1=436701&r2=436702&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-beanflow/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-beanflow/pom.xml Fri Aug 25 00:54:15 2006
@@ -60,7 +60,9 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3-SNAPSHOT</version>
+        <!--  
+        <version>2.3-SNAPSHOT</version>
+        -->
         <configuration>
           <forkMode>pertest</forkMode>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>