Repository: wicket
Updated Branches:
  refs/heads/wicket-6.x e8ab4cc5e -> 8472b80e3


WICKET-5771 Ability to escape resource bundle messages added with wicket:message

<wicket:message> 'escape' will be available in 6.19.0 !


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/8472b80e
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/8472b80e
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/8472b80e

Branch: refs/heads/wicket-6.x
Commit: 8472b80e3608bcb0a3af3ce00cfb1e5cb67d89d3
Parents: e8ab4cc
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Wed Nov 26 09:35:02 2014 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Wed Nov 26 09:35:02 2014 +0100

----------------------------------------------------------------------
 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/8472b80e/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 68d9719..93d797c 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="6.18.0">
+       version="6.19.0">
 
        <!-- types -->
 

Reply via email to