File tree 4 files changed +7
-9
lines changed
4 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 8
8
<groupId >org.javaee8</groupId >
9
9
<artifactId >cdi</artifactId >
10
10
<version >1.0-SNAPSHOT</version >
11
- <relativePath >../pom.xml</relativePath >
12
11
</parent >
13
12
14
13
<artifactId >bean-discovery-modes</artifactId >
15
- <version >1.0-SNAPSHOT</version >
16
14
<packaging >war</packaging >
17
15
18
16
<name >Java EE 8 Samples: CDI - Discovery Modes</name >
19
- </project >
17
+ </project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
5
5
version =" 2.0" bean-discovery-mode =" all" >
6
- </beans >
6
+ </beans >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
5
5
version =" 2.0" bean-discovery-mode =" annotated" >
6
- </beans >
6
+ </beans >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://xmlns.jcp.org/xml/ns/javaee"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1 .xsd"
4
+ xsi : schemaLocation =" http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_2_0 .xsd"
5
5
version =" 2.0" bean-discovery-mode =" none" >
6
- </beans >
6
+ </beans >
You can’t perform that action at this time.
0 commit comments