Repository: wicket Updated Branches: refs/heads/wicket-6.x 4ced73e4b -> 9539d818a
WICKET-5887 Increment the version of wicket.xsd to 6.20.0 so it says when was the last update in it Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/9539d818 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/9539d818 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/9539d818 Branch: refs/heads/wicket-6.x Commit: 9539d818abbda45a24a93bd44c7eec5d4745a835 Parents: 4ced73e Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Apr 21 11:10:49 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Apr 21 11:10:49 2015 +0300 ---------------------------------------------------------------------- wicket-core/src/main/resources/META-INF/wicket.xsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/9539d818/wicket-core/src/main/resources/META-INF/wicket.xsd ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/resources/META-INF/wicket.xsd b/wicket-core/src/main/resources/META-INF/wicket.xsd index daa3fbf..99240a2 100644 --- a/wicket-core/src/main/resources/META-INF/wicket.xsd +++ b/wicket-core/src/main/resources/META-INF/wicket.xsd @@ -5,8 +5,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd" elementFormDefault="qualified" - version="6.19.0"> - + version="6.20.0"> + <redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd"> <attributeGroup name="xhtml.label.attlist"> <attributeGroup ref="xhtml.label.attlist"/>
