diff options
Diffstat (limited to 'id/server/auth-edu/src/main')
-rw-r--r-- | id/server/auth-edu/src/main/webapp/WEB-INF/web.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml b/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml index 9ad651d42..64b6ffcdd 100644 --- a/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth-edu/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd" - version="3.1"> + xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_0.xsd" + version="3.0"> <display-name>MOA ID Auth</display-name> <description>MOA ID Authentication Service</description> |