Repository: wicket Updated Branches: refs/heads/master 702196249 -> 0c58ea590
Update version of wicket.xsd to 8.0.0 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/0c58ea59 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/0c58ea59 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/0c58ea59 Branch: refs/heads/master Commit: 0c58ea590403e147f73bbbaaa4f1266509b2c32a Parents: 7021962 Author: Andrea Del Bene <[email protected]> Authored: Wed Apr 11 18:25:25 2018 +0200 Committer: Andrea Del Bene <[email protected]> Committed: Wed Apr 11 18:25:25 2018 +0200 ---------------------------------------------------------------------- wicket-core/src/main/resources/META-INF/wicket.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/0c58ea59/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 92144b3..52e91ac 100644 --- a/wicket-core/src/main/resources/META-INF/wicket.xsd +++ b/wicket-core/src/main/resources/META-INF/wicket.xsd @@ -5,7 +5,7 @@ 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="7.0.0"> + version="8.0.0"> <redefine schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml-basic10.xsd"> <attributeGroup name="xhtml.label.attlist">
