[jboss-cvs] JBossAS SVN: r69869 - in trunk: build and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Feb 16 07:25:32 EST 2008


Author: akostadinov
Date: 2008-02-16 07:25:32 -0500 (Sat, 16 Feb 2008)
New Revision: 69869

Modified:
   trunk/build/build-thirdparty.xml
   trunk/pom.xml
Log:
JBAS-2235 use jboss-test 1.0.5.GA to mark test suite as failed if any servers failed to shutdown

Modified: trunk/build/build-thirdparty.xml
===================================================================
--- trunk/build/build-thirdparty.xml	2008-02-16 06:47:38 UTC (rev 69868)
+++ trunk/build/build-thirdparty.xml	2008-02-16 12:25:32 UTC (rev 69869)
@@ -113,7 +113,7 @@
     <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5"/>
     <componentref name="jboss/remoting" version="2.2.2.SP4-brew"/>
     <componentref name="jboss/serialization" version="1.0.3.GA"/>
-    <componentref name="jboss/test" version="1.0.4.GA"/>
+    <componentref name="jboss/test" version="1.0.5.GA"/>
     <componentref name="jboss/web" version="2.1.0.CR12"/>
     <componentref name="jfreechart" version="1.0.2"/>
     <componentref name="jgroups" version="2.6.1.GA"/>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-02-16 06:47:38 UTC (rev 69868)
+++ trunk/pom.xml	2008-02-16 12:25:32 UTC (rev 69869)
@@ -517,7 +517,7 @@
 			<dependency>
 				<groupId>org.jboss</groupId>
 				<artifactId>jboss-test</artifactId>
-				<version>1.0.4.GA</version>
+				<version>1.0.5.GA</version>
 				<exclusions>
 					<exclusion>
 						<groupId>jboss</groupId>




More information about the jboss-cvs-commits mailing list