[jbosscache-commits] JBoss Cache SVN: r7666 - core/branches/flat.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Sun Feb 8 06:42:37 EST 2009


Author: manik.surtani at jboss.com
Date: 2009-02-08 06:42:36 -0500 (Sun, 08 Feb 2009)
New Revision: 7666

Modified:
   core/branches/flat/pom.xml
Log:
Fixed threadcount

Modified: core/branches/flat/pom.xml
===================================================================
--- core/branches/flat/pom.xml	2009-02-08 11:42:01 UTC (rev 7665)
+++ core/branches/flat/pom.xml	2009-02-08 11:42:36 UTC (rev 7666)
@@ -88,7 +88,7 @@
          <optional>true</optional>
       </dependency>
 
-      <!-- test dependencies -->      
+      <!-- test dependencies -->
       <dependency>
          <groupId>hsqldb</groupId>
          <artifactId>hsqldb</artifactId>
@@ -148,7 +148,7 @@
             <version>2.4.3-JBOSS</version>
             <configuration>
                <parallel>methods</parallel>
-               <threadCount>10</threadCount>
+               <threadCount>1</threadCount>
                <forkMode>none</forkMode>
                <trimStackTrace>false</trimStackTrace>
                <properties>




More information about the jbosscache-commits mailing list