Skip to content

Commit

Permalink
remove CDI API from Weld APIs, and bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jul 14, 2010
1 parent e0e9267 commit c62e4e0
Show file tree
Hide file tree
Showing 92 changed files with 13 additions and 7,300 deletions.
9 changes: 5 additions & 4 deletions bom/pom.xml
Expand Up @@ -3,19 +3,19 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.1-SNAPSHOT</version>

<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
<version>12</version>
</parent>

<name>Weld and CDI APIs BOM</name>
<name>Weld APIs BOM</name>

<!-- Minimal project metadata, for more see parent/pom.xml -->

<description>Weld and CDI APIs "bill of materials" which can be imported by any project using the Weld implementation of CDI. It provides dependency management for the developer APIs and SPIs, as well as container integrator SPIs</description>
<description>Weld APIs "bill of materials" which can be imported by any project using the Weld implementation of CDI. It provides dependency management for the developer APIs and SPIs, as well as container integrator SPIs</description>

<url>http://www.seamframework.org/Weld</url>
<licenses>
Expand Down Expand Up @@ -73,6 +73,7 @@

<properties>
<atinject.api.version>1</atinject.api.version>
<cdi.api.version>1.0-SP1</cdi.api.version>
<ejb.api.version>3.1.0</ejb.api.version>
<jsr250.api.version>1.0</jsr250.api.version>
<jpa.api.version>1.0</jpa.api.version>
Expand Down Expand Up @@ -195,7 +196,7 @@
<dependency>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
<version>${project.version}</version>
<version>${cdi.api.version}</version>
</dependency>

<dependency>
Expand Down
73 changes: 0 additions & 73 deletions cdi/pom.xml

This file was deleted.

56 changes: 0 additions & 56 deletions cdi/src/main/java/javax/decorator/Decorator.java

This file was deleted.

88 changes: 0 additions & 88 deletions cdi/src/main/java/javax/decorator/Delegate.java

This file was deleted.

96 changes: 0 additions & 96 deletions cdi/src/main/java/javax/decorator/package-info.java

This file was deleted.

0 comments on commit c62e4e0

Please sign in to comment.