Skip to content

Commit 1c6de5d

Browse files
author
Arun Gupta
committed
Fixing the namespace from java.sun.com -> xmlns.jcp.org
1 parent daa9f74 commit 1c6de5d

File tree

1 file changed

+3
-3
lines changed
  • concurrency/executor/src/main/webapp/WEB-INF

1 file changed

+3
-3
lines changed

concurrency/executor/src/main/webapp/WEB-INF/web.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
3+
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
6-
version="3.0">
5+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
6+
version="3.1">
77
<!-- <resource-env-ref>
88
<resource-env-ref-name>
99
concurrent/myExecutor2

0 commit comments

Comments
 (0)