You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2013/05/21 14:46:19 UTC

svn commit: r1484784 - /tomcat/trunk/test/webapp/WEB-INF/web.xml

Author: markt
Date: Tue May 21 12:46:19 2013
New Revision: 1484784

URL: http://svn.apache.org/r1484784
Log:
Main test webapp should be same version as container

Modified:
    tomcat/trunk/test/webapp/WEB-INF/web.xml

Modified: tomcat/trunk/test/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/webapp/WEB-INF/web.xml?rev=1484784&r1=1484783&r2=1484784&view=diff
==============================================================================
--- tomcat/trunk/test/webapp/WEB-INF/web.xml (original)
+++ tomcat/trunk/test/webapp/WEB-INF/web.xml Tue May 21 12:46:19 2013
@@ -18,8 +18,8 @@
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
-                      http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
-  version="3.0"
+                      http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"
+  version="3.1"
   metadata-complete="true">
 
   <display-name>Tomcat Test Application</display-name>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org