[webbeans-commits] Webbeans SVN: r3825 - tck/trunk.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Sep 30 21:04:33 EDT 2009


Author: shane.bryzak at jboss.com
Date: 2009-09-30 21:04:33 -0400 (Wed, 30 Sep 2009)
New Revision: 3825

Modified:
   tck/trunk/pom.xml
Log:
fix build


Modified: tck/trunk/pom.xml
===================================================================
--- tck/trunk/pom.xml	2009-09-30 23:39:55 UTC (rev 3824)
+++ tck/trunk/pom.xml	2009-10-01 01:04:33 UTC (rev 3825)
@@ -105,8 +105,8 @@
          
          <dependency>
             <groupId>javax.inject</groupId>
-            <artifactId>inject-api</artifactId>
-            <version>1.0.0-PRD</version>
+            <artifactId>javax.inject</artifactId>
+            <version>1.0-PFD-1</version>
          </dependency>
          
          <dependency>




More information about the weld-commits mailing list