Skip to content

Commit d336a96

Browse files
committed
Update web.xml xsd references to for 3.1 version
See gh-29075
1 parent 1749c89 commit d336a96

File tree

1 file changed

+2
-2
lines changed
  • spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF

1 file changed

+2
-2
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-traditional/src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<web-app version="3.1" xmlns="http://java.sun.com/xml/ns/javaee"
2+
<web-app version="3.1" xmlns="http://xmlns.jcp.org/xml/ns/javaee "
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
4+
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd">
55

66
<servlet>
77
<servlet-name>appServlet</servlet-name>

0 commit comments

Comments
 (0)