[jboss-cvs] JBossAS SVN: r99595 - in trunk: testsuite and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 19 08:02:12 EST 2010


Author: smcgowan at redhat.com
Date: 2010-01-19 08:02:12 -0500 (Tue, 19 Jan 2010)
New Revision: 99595

Modified:
   trunk/component-matrix/pom.xml
   trunk/testsuite/build.xml
Log:
JBAS-7532 JBAS-7533 Upgrade jboss-server-manager and jboss-test

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2010-01-19 11:58:00 UTC (rev 99594)
+++ trunk/component-matrix/pom.xml	2010-01-19 13:02:12 UTC (rev 99595)
@@ -1473,7 +1473,7 @@
       <dependency>
         <groupId>org.jboss.test</groupId>
         <artifactId>jboss-test</artifactId>
-        <version>1.1.4.GA</version>
+        <version>1.1.5.GA</version>
         <exclusions>
           <exclusion>
             <groupId>apache-log4j</groupId>
@@ -1485,7 +1485,7 @@
       <dependency>
         <groupId>org.jboss.jbossas</groupId>
         <artifactId>jboss-server-manager</artifactId>
-        <version>1.0.2.GA</version>
+        <version>1.0.3.GA</version>
         <exclusions>
           <exclusion>
             <groupId>org.jboss.jbossas</groupId>

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2010-01-19 11:58:00 UTC (rev 99594)
+++ trunk/testsuite/build.xml	2010-01-19 13:02:12 UTC (rev 99595)
@@ -3678,7 +3678,7 @@
    </target>
   -->
 
-   <target name="validate-server-configs"
+   <target name="validate-server-configs" depends="init"
       description="Validate the start/stop of the testsuite server configs">
       <!-- minimal -->
       <server:start name="minimal"/>




More information about the jboss-cvs-commits mailing list