Author: shane.bryzak(a)jboss.com
Date: 2009-10-08 06:48:12 -0400 (Thu, 08 Oct 2009)
New Revision: 3901
Modified:
cdi-tck/trunk/api/pom.xml
cdi-tck/trunk/impl/pom.xml
cdi-tck/trunk/interceptor/pom.xml
cdi-tck/trunk/pom.xml
cdi-tck/trunk/xml/pom.xml
Log:
use new cdi-api
Modified: cdi-tck/trunk/api/pom.xml
===================================================================
--- cdi-tck/trunk/api/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
+++ cdi-tck/trunk/api/pom.xml 2009-10-08 10:48:12 UTC (rev 3901)
@@ -35,8 +35,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: cdi-tck/trunk/impl/pom.xml
===================================================================
--- cdi-tck/trunk/impl/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
+++ cdi-tck/trunk/impl/pom.xml 2009-10-08 10:48:12 UTC (rev 3901)
@@ -13,8 +13,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: cdi-tck/trunk/interceptor/pom.xml
===================================================================
--- cdi-tck/trunk/interceptor/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
+++ cdi-tck/trunk/interceptor/pom.xml 2009-10-08 10:48:12 UTC (rev 3901)
@@ -13,8 +13,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: cdi-tck/trunk/pom.xml
===================================================================
--- cdi-tck/trunk/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
+++ cdi-tck/trunk/pom.xml 2009-10-08 10:48:12 UTC (rev 3901)
@@ -140,8 +140,8 @@
<version>2.1</version>
</dependency>
<dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
@@ -215,7 +215,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
-
<
tagBase>https://svn.jboss.org/repos/webbeans/tck/tags</tagBase>
+
<
tagBase>https://svn.jboss.org/repos/weld/cdi-tck/tags</tagBase>
<autoVersionSubmodules>true</autoVersionSubmodules>
<allowTimestampedSnapshots>true</allowTimestampedSnapshots>
</configuration>
@@ -420,11 +420,11 @@
</licenses>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/webbeans/tck/trunk&l...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/weld/cdi-tck/trunk&l...
<developerConnection>
-
scm:svn:https://svn.jboss.org/repos/webbeans/tck/trunk
+
scm:svn:https://svn.jboss.org/repos/weld/cdi-tck/trunk
</developerConnection>
- <
url>http://fisheye.jboss.org/browse/WebBeans</url>
+ <
url>http://fisheye.jboss.org/browse/Weld</url>
</scm>
<distributionManagement>
Modified: cdi-tck/trunk/xml/pom.xml
===================================================================
--- cdi-tck/trunk/xml/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
+++ cdi-tck/trunk/xml/pom.xml 2009-10-08 10:48:12 UTC (rev 3901)
@@ -13,8 +13,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.webbeans</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>