Repository: wicket Updated Branches: refs/heads/wicket-6.x 15ac18501 -> af9328e05
WICKET-5896 Update jQuery version in the tests as well Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/af9328e0 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/af9328e0 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/af9328e0 Branch: refs/heads/wicket-6.x Commit: af9328e052cf02bf9a9192443458357997d0b8d1 Parents: 15ac185 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:35:33 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/af9328e0/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>
