[jboss-cvs] JBossAS SVN: r87077 - in projects/ejb3/trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 9 10:22:01 EDT 2009


Author: jaikiran
Date: 2009-04-09 10:22:01 -0400 (Thu, 09 Apr 2009)
New Revision: 87077

Modified:
   projects/ejb3/trunk/build/pom.xml
   projects/ejb3/trunk/testsuite/pom.xml
Log:
Upgrading to newer version of jboss-test to bring in the -Dxb.builder.useUnorderedSequence=true system property, to prevent server startup issues

Modified: projects/ejb3/trunk/build/pom.xml
===================================================================
--- projects/ejb3/trunk/build/pom.xml	2009-04-09 14:20:06 UTC (rev 87076)
+++ projects/ejb3/trunk/build/pom.xml	2009-04-09 14:22:01 UTC (rev 87077)
@@ -195,6 +195,7 @@
       -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        
         <configuration>
           <redirectTestOutputToFile>true</redirectTestOutputToFile>
           <printSummary>true</printSummary>
@@ -450,7 +451,7 @@
       <dependency>
         <groupId>org.jboss.test</groupId>
         <artifactId>jboss-test</artifactId>
-        <version>1.1.0.GA</version>
+        <version>1.1.5-SNAPSHOT</version>
         <scope>test</scope>
       </dependency>
 

Modified: projects/ejb3/trunk/testsuite/pom.xml
===================================================================
--- projects/ejb3/trunk/testsuite/pom.xml	2009-04-09 14:20:06 UTC (rev 87076)
+++ projects/ejb3/trunk/testsuite/pom.xml	2009-04-09 14:22:01 UTC (rev 87077)
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.jboss.ejb3</groupId>
     <artifactId>jboss-ejb3-build</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <relativePath>../build/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>




More information about the jboss-cvs-commits mailing list