Skip to content

Commit c62e4e0

Browse files
committed
remove CDI API from Weld APIs, and bump version to 1.1
1 parent e0e9267 commit c62e4e0

File tree

92 files changed

+13
-7300
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+13
-7300
lines changed

bom/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
<groupId>org.jboss.weld</groupId>
44
<artifactId>weld-api-bom</artifactId>
55
<packaging>pom</packaging>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.1-SNAPSHOT</version>
77

88
<parent>
99
<groupId>org.jboss.weld</groupId>
1010
<artifactId>weld-parent</artifactId>
1111
<version>12</version>
1212
</parent>
1313

14-
<name>Weld and CDI APIs BOM</name>
14+
<name>Weld APIs BOM</name>
1515

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

18-
<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>
18+
<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>
1919

2020
<url>http://www.seamframework.org/Weld</url>
2121
<licenses>
@@ -73,6 +73,7 @@
7373

7474
<properties>
7575
<atinject.api.version>1</atinject.api.version>
76+
<cdi.api.version>1.0-SP1</cdi.api.version>
7677
<ejb.api.version>3.1.0</ejb.api.version>
7778
<jsr250.api.version>1.0</jsr250.api.version>
7879
<jpa.api.version>1.0</jpa.api.version>
@@ -195,7 +196,7 @@
195196
<dependency>
196197
<groupId>javax.enterprise</groupId>
197198
<artifactId>cdi-api</artifactId>
198-
<version>${project.version}</version>
199+
<version>${cdi.api.version}</version>
199200
</dependency>
200201

201202
<dependency>

cdi/pom.xml

-73
This file was deleted.

cdi/src/main/java/javax/decorator/Decorator.java

-56
This file was deleted.

cdi/src/main/java/javax/decorator/Delegate.java

-88
This file was deleted.

cdi/src/main/java/javax/decorator/package-info.java

-96
This file was deleted.

0 commit comments

Comments
 (0)