This is an automated email from the ASF dual-hosted git repository.

struberg pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 94fdbfc  upgrade to beans 2.0
94fdbfc is described below

commit 94fdbfca3347a749672963079a959e595cac58dd
Author: Mark Struberg <[email protected]>
AuthorDate: Thu Jun 18 10:17:11 2020 +0200

    upgrade to beans 2.0
---
 servlet-trivial/src/main/resources/WEB-INF/beans.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/servlet-trivial/src/main/resources/WEB-INF/beans.xml 
b/servlet-trivial/src/main/resources/WEB-INF/beans.xml
index bc3bf81..bb3f16e 100644
--- a/servlet-trivial/src/main/resources/WEB-INF/beans.xml
+++ b/servlet-trivial/src/main/resources/WEB-INF/beans.xml
@@ -21,7 +21,8 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xmlns="http://xmlns.jcp.org/xml/ns/javaee";
     xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
-                      http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd";
+                      http://xmlns.jcp.org/xml/ns/javaee/beans_2_0.xsd";
     bean-discovery-mode="all">
 
+
 </beans>
\ No newline at end of file

Reply via email to