Skip to content

Commit d4b0eae

Browse files
committed
Cleanup up pom.xml and updated beans xsd to 2.0
1 parent 90cc398 commit d4b0eae

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

cdi/bean-discovery-modes/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
<groupId>org.javaee8</groupId>
99
<artifactId>cdi</artifactId>
1010
<version>1.0-SNAPSHOT</version>
11-
<relativePath>../pom.xml</relativePath>
1211
</parent>
1312

1413
<artifactId>bean-discovery-modes</artifactId>
15-
<version>1.0-SNAPSHOT</version>
1614
<packaging>war</packaging>
1715

1816
<name>Java EE 8 Samples: CDI - Discovery Modes</name>
19-
</project>
17+
</project>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
33
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"
55
version="2.0" bean-discovery-mode="all">
6-
</beans>
6+
</beans>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
33
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"
55
version="2.0" bean-discovery-mode="annotated">
6-
</beans>
6+
</beans>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
33
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"
55
version="2.0" bean-discovery-mode="none">
6-
</beans>
6+
</beans>

0 commit comments

Comments
 (0)