Updates DTD to 2.5
Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/9dcfa1b9 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/9dcfa1b9 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/9dcfa1b9 Branch: refs/heads/master Commit: 9dcfa1b91d074f2aae3012f66d9133e22859c3e7 Parents: b028aac Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Fri May 12 09:11:51 2017 +0200 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Fri May 12 16:47:29 2017 +0200 ---------------------------------------------------------------------- type-conversion/src/main/resources/example.xml | 4 ++-- type-conversion/src/main/resources/struts.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/9dcfa1b9/type-conversion/src/main/resources/example.xml ---------------------------------------------------------------------- diff --git a/type-conversion/src/main/resources/example.xml b/type-conversion/src/main/resources/example.xml index 0cf1640..924b431 100644 --- a/type-conversion/src/main/resources/example.xml +++ b/type-conversion/src/main/resources/example.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" - "http://struts.apache.org/dtds/struts-2.3.dtd"> + "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" + "http://struts.apache.org/dtds/struts-2.5.dtd"> <!-- - This file is included by the struts.xml file as an example - of how to break up the configuration file into multiple files. http://git-wip-us.apache.org/repos/asf/struts-examples/blob/9dcfa1b9/type-conversion/src/main/resources/struts.xml ---------------------------------------------------------------------- diff --git a/type-conversion/src/main/resources/struts.xml b/type-conversion/src/main/resources/struts.xml index c2aff5b..6f25e26 100644 --- a/type-conversion/src/main/resources/struts.xml +++ b/type-conversion/src/main/resources/struts.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" - "http://struts.apache.org/dtds/struts-2.3.dtd"> + "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" + "http://struts.apache.org/dtds/struts-2.5.dtd"> <struts> <constant name="struts.enable.DynamicMethodInvocation" value="false"/> <constant name="struts.devMode" value="true"/>