Author: shane.bryzak(a)jboss.com
Date: 2009-10-08 06:38:46 -0400 (Thu, 08 Oct 2009)
New Revision: 3900
Modified:
core/trunk/cdi-api/pom.xml
core/trunk/core-api/pom.xml
core/trunk/impl/pom.xml
core/trunk/jboss-tck-runner/pom.xml
core/trunk/pom.xml
core/trunk/porting-package/pom.xml
core/trunk/spi/pom.xml
core/trunk/version-matrix/pom.xml
Log:
WELD-67
Modified: core/trunk/cdi-api/pom.xml
===================================================================
--- core/trunk/cdi-api/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/cdi-api/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -7,11 +7,11 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
- <name>JSR-299 API</name>
+ <name>CDI API</name>
<
url>http://www.seamframework.org/Weld</url>
<dependencies>
Modified: core/trunk/core-api/pom.xml
===================================================================
--- core/trunk/core-api/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/core-api/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -12,8 +12,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
</dependencies>
Modified: core/trunk/impl/pom.xml
===================================================================
--- core/trunk/impl/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/impl/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -12,8 +12,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: core/trunk/jboss-tck-runner/pom.xml
===================================================================
--- core/trunk/jboss-tck-runner/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/jboss-tck-runner/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -12,10 +12,9 @@
<description>Aggregates dependencies and run's the JSR-299 TCK on JBoss
AS</description>
<dependencies>
-
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -38,7 +38,7 @@
<modules>
<module>version-matrix</module>
<module>parent</module>
- <module>api</module>
+ <module>cdi-api</module>
<module>spi</module>
<module>core-api</module>
</modules>
@@ -51,7 +51,7 @@
<modules>
<module>version-matrix</module>
<module>parent</module>
- <module>api</module>
+ <module>cdi-api</module>
<module>spi</module>
<module>core-api</module>
<module>logging</module>
Modified: core/trunk/porting-package/pom.xml
===================================================================
--- core/trunk/porting-package/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/porting-package/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -12,8 +12,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: core/trunk/spi/pom.xml
===================================================================
--- core/trunk/spi/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/spi/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -12,8 +12,8 @@
<dependencies>
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
</dependency>
<dependency>
Modified: core/trunk/version-matrix/pom.xml
===================================================================
--- core/trunk/version-matrix/pom.xml 2009-10-08 10:24:21 UTC (rev 3899)
+++ core/trunk/version-matrix/pom.xml 2009-10-08 10:38:46 UTC (rev 3900)
@@ -100,8 +100,6 @@
<artifactId>inject-tck</artifactId>
<version>1.0.0-PFD-3</version>
</dependency>
-
-
<dependency>
<groupId>org.testng</groupId>
@@ -305,8 +303,8 @@
</dependency>
<dependency>
- <groupId>org.jboss.weld</groupId>
- <artifactId>jsr299-api</artifactId>
+ <groupId>javax.enterprise</groupId>
+ <artifactId>cdi-api</artifactId>
<version>${weld.version}</version>
</dependency>