updated to servlet 3.0

pull/820/merge
Justin Richer 2015-07-07 14:48:31 -04:00
parent de72311c95
commit 0360d35c3b
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<web-app version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"
<web-app version="3.0" 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_2_5.xsd">
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd">
<!-- The definition of the Root Spring Container shared by all Servlets
and Filters -->