You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2015/04/29 13:36:05 UTC

wicket git commit: WICKET-5896 Update jQuery version in the tests as well

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 <mg...@apache.org>
Authored: Wed Apr 29 14:35:33 2015 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
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>