[weld-commits] Weld SVN: r5369 - in core/trunk: parent and 1 other directories.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Dec 29 11:34:22 EST 2009


Author: dallen6
Date: 2009-12-29 11:34:22 -0500 (Tue, 29 Dec 2009)
New Revision: 5369

Modified:
   core/trunk/jboss-tck-runner/pom.xml
   core/trunk/parent/pom.xml
   core/trunk/tests/pom.xml
Log:
Changed test harness used to jboss-as-60 and thus a snapshot version for now till the test harness is released again

Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml	2009-12-27 12:52:06 UTC (rev 5368)
+++ core/trunk/jboss-tck-runner/pom.xml	2009-12-29 16:34:22 UTC (rev 5369)
@@ -9,7 +9,7 @@
    <groupId>org.jboss.weld</groupId>
    <artifactId>weld-jboss-tck-runner</artifactId>
    <name>CDI TCK runner for Weld</name>
-   <description>Aggregates dependencies and run's the CDI TCK (both standalone and on JBoss AS)</description>
+   <description>Aggregates dependencies and runs the CDI TCK (both standalone and on JBoss AS)</description>
    
    <dependencies>
       <dependency>
@@ -36,7 +36,7 @@
       
       <dependency>
          <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-52</artifactId>
+         <artifactId>jboss-test-harness-jboss-as-60</artifactId>
          <scope>test</scope>
       </dependency>
       

Modified: core/trunk/parent/pom.xml
===================================================================
--- core/trunk/parent/pom.xml	2009-12-27 12:52:06 UTC (rev 5368)
+++ core/trunk/parent/pom.xml	2009-12-29 16:34:22 UTC (rev 5369)
@@ -76,7 +76,7 @@
       <log4j.version>1.2.14</log4j.version>
       <!-- Testing deps -->
       <testng.version>5.10</testng.version>
-      <jboss.test.harness.version>1.1.0-CR3</jboss.test.harness.version>
+      <jboss.test.harness.version>1.1.0-SNAPSHOT</jboss.test.harness.version>
       <apache.httpclient.version>3.1</apache.httpclient.version>
       <junit.version>4.7</junit.version>
       <htmlunit.version>2.4</htmlunit.version>
@@ -115,7 +115,7 @@
 
          <dependency>
             <groupId>org.jboss.test-harness</groupId>
-            <artifactId>jboss-test-harness-jboss-as-52</artifactId>
+            <artifactId>jboss-test-harness-jboss-as-60</artifactId>
             <version>${jboss.test.harness.version}</version>
          </dependency>
 

Modified: core/trunk/tests/pom.xml
===================================================================
--- core/trunk/tests/pom.xml	2009-12-27 12:52:06 UTC (rev 5368)
+++ core/trunk/tests/pom.xml	2009-12-29 16:34:22 UTC (rev 5369)
@@ -32,7 +32,7 @@
 
       <dependency>
          <groupId>org.jboss.test-harness</groupId>
-         <artifactId>jboss-test-harness-jboss-as-52</artifactId>
+         <artifactId>jboss-test-harness-jboss-as-60</artifactId>
          <exclusions>
             <exclusion>
                <groupId>org.jboss.slf4j</groupId>



More information about the weld-commits mailing list