[webbeans-commits] Webbeans SVN: r1793 - in tck/trunk: api and 1 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Mar 6 09:19:35 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-06 09:19:35 -0500 (Fri, 06 Mar 2009)
New Revision: 1793

Modified:
   tck/trunk/api/pom.xml
   tck/trunk/impl/pom.xml
   tck/trunk/pom.xml
Log:
update for reorg

Modified: tck/trunk/api/pom.xml
===================================================================
--- tck/trunk/api/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
+++ tck/trunk/api/pom.xml	2009-03-06 14:19:35 UTC (rev 1793)
@@ -36,7 +36,7 @@
 
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
       </dependency>
    </dependencies>
 

Modified: tck/trunk/impl/pom.xml
===================================================================
--- tck/trunk/impl/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
+++ tck/trunk/impl/pom.xml	2009-03-06 14:19:35 UTC (rev 1793)
@@ -14,7 +14,7 @@
 
       <dependency>
          <groupId>org.jboss.webbeans</groupId>
-         <artifactId>webbeans-api</artifactId>
+         <artifactId>jsr299-api</artifactId>
       </dependency>
 
       <dependency>

Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-03-06 13:25:50 UTC (rev 1792)
+++ tck/trunk/pom.xml	2009-03-06 14:19:35 UTC (rev 1793)
@@ -98,7 +98,7 @@
          </dependency>
          <dependency>
             <groupId>org.jboss.webbeans</groupId>
-            <artifactId>webbeans-api</artifactId>
+            <artifactId>jsr299-api</artifactId>
             <version>${webbeans.version}</version>
          </dependency>
          <dependency>




More information about the weld-commits mailing list