Repository: wicket Updated Branches: refs/heads/master b4f69ac34 -> 1c234764a
WICKET-5896 Update jQuery version in the tests as well (cherry picked from commit af9328e052cf02bf9a9192443458357997d0b8d1) Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/1c234764 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/1c234764 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/1c234764 Branch: refs/heads/master Commit: 1c234764a95430131a5ddea99d92e7f3ea3a7f10 Parents: b4f69ac Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Wed Apr 29 14:35:33 2015 +0300 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Wed Apr 29 14:36:11 2015 +0300 ---------------------------------------------------------------------- wicket-core/src/test/js/all.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/1c234764/wicket-core/src/test/js/all.html ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/js/all.html b/wicket-core/src/test/js/all.html index fcc0abc..b58688f 100644 --- a/wicket-core/src/test/js/all.html +++ b/wicket-core/src/test/js/all.html @@ -5,7 +5,7 @@ <title id="titleId">All tests</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="qunit/qunit.css" type="text/css" media="screen" /> - <script src="../../main/java/org/apache/wicket/resource/jquery/jquery-1.11.2.js"></script> + <script src="../../main/java/org/apache/wicket/resource/jquery/jquery-1.11.3.js"></script> <script src="../../main/java/org/apache/wicket/ajax/res/js/wicket-event-jquery.js"></script> <script src="../../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js"></script> <script src="../../main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery-debug.js"></script>
