Skip to content

Commit 783981b

Browse files
committed
Merge branch '2.4.x' into 2.5.x
2 parents f3bcbca + d336a96 commit 783981b

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)