[webbeans-commits] Webbeans SVN: r2752 - in ri/trunk: jboss-tck-runner and 2 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Jun 3 11:16:48 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-06-03 11:16:48 -0400 (Wed, 03 Jun 2009)
New Revision: 2752

Modified:
   ri/trunk/jboss-as/build.properties
   ri/trunk/jboss-tck-runner/pom.xml
   ri/trunk/tests/pom.xml
   ri/trunk/version-matrix/pom.xml
Log:
switch to jboss 5.1 for tck runs

Modified: ri/trunk/jboss-as/build.properties
===================================================================
--- ri/trunk/jboss-as/build.properties	2009-06-03 14:18:51 UTC (rev 2751)
+++ ri/trunk/jboss-as/build.properties	2009-06-03 15:16:48 UTC (rev 2752)
@@ -1,5 +1,5 @@
 # Container a number of properties associated with installing Web Beans into JBoss AS and running the TCK in JBoss AS
-#jboss.home=/Applications/jboss-5.0.1.GA
+#jboss.home=/Applications/jboss-5.1.0.GA
 org.jboss.testharness.container.javaOpts=-Xms128m -Xmx384m -XX:MaxPermSize=128m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
 
 # time to allow before attempting to restart JBoss AS

Modified: ri/trunk/jboss-tck-runner/pom.xml
===================================================================
--- ri/trunk/jboss-tck-runner/pom.xml	2009-06-03 14:18:51 UTC (rev 2751)
+++ ri/trunk/jboss-tck-runner/pom.xml	2009-06-03 15:16:48 UTC (rev 2752)
@@ -35,7 +35,7 @@
       
       <dependency>
          <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
+         <artifactId>jboss-test-harness-jboss-as-51</artifactId>
       </dependency>
          
       

Modified: ri/trunk/tests/pom.xml
===================================================================
--- ri/trunk/tests/pom.xml	2009-06-03 14:18:51 UTC (rev 2751)
+++ ri/trunk/tests/pom.xml	2009-06-03 15:16:48 UTC (rev 2752)
@@ -30,7 +30,7 @@
       
       <dependency>
          <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-50</artifactId>
+         <artifactId>jboss-test-harness-jboss-as-51</artifactId>
          <scope>test</scope>
       </dependency>
       

Modified: ri/trunk/version-matrix/pom.xml
===================================================================
--- ri/trunk/version-matrix/pom.xml	2009-06-03 14:18:51 UTC (rev 2751)
+++ ri/trunk/version-matrix/pom.xml	2009-06-03 15:16:48 UTC (rev 2752)
@@ -315,49 +315,17 @@
          
          <dependency>
             <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-tomcat</artifactId>
+            <artifactId>jboss-test-harness-jboss-as-51</artifactId>
             <version>${jboss.test.harness.version}</version>
          </dependency>
          
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.naming</groupId>-->
-<!--            <artifactId>jnp-client</artifactId>-->
-<!--            <version>5.0.1.GA</version>-->
-<!--         </dependency>-->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.aspects</groupId>-->
-<!--            <artifactId>jboss-security-aspects</artifactId>-->
-<!--            <version>1.0.0.GA</version>-->
-<!--         </dependency>-->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>org.jboss.aspects</groupId>-->
-<!--            <artifactId>jboss-remoting-aspects</artifactId>-->
-<!--            <version>1.0.1.GA</version>-->
-<!--         </dependency>-->
-<!--   -->
-<!--         -->
-<!--         <dependency>-->
-<!--            <groupId>oswego-concurrent</groupId>-->
-<!--            <artifactId>concurrent</artifactId>-->
-<!--            <version>1.3.4-jboss-update1</version>-->
-<!--         </dependency>-->
-
          <dependency>
-            <groupId>org.jboss.integration</groupId>
-            <artifactId>jboss-profileservice-spi</artifactId>
-            <version>5.0.3.GA</version>
+            <groupId>org.jboss.test-harness</groupId>
+            <artifactId>jboss-test-harness-tomcat</artifactId>
+            <version>${jboss.test.harness.version}</version>
          </dependency>
          
          <dependency>
-            <groupId>org.jboss.jbossas</groupId>
-            <artifactId>jboss-as-client</artifactId>
-            <version>5.0.1.GA</version>
-            <type>pom</type>
-         </dependency>
-         
-         <dependency>
             <groupId>org.apache.tomcat</groupId>
             <artifactId>catalina</artifactId>
             <version>6.0.18</version>




More information about the weld-commits mailing list