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 2017/03/20 16:42:49 UTC

[5/5] wicket git commit: Update jQuery 3.x to 3.2.0

Update jQuery 3.x to 3.2.0

At the moment this version of jQuery is used only in the JS tests


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

Branch: refs/heads/master
Commit: e4922f1dd7e632de0f5e50824a78f69edeb1a25f
Parents: b41a682
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Mar 20 17:42:01 2017 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Mar 20 17:42:01 2017 +0100

----------------------------------------------------------------------
 testing/wicket-js-tests/Gruntfile.js            |     4 +-
 .../wicket/resource/jquery/jquery-3.1.1.js      | 10220 ----------------
 .../wicket/resource/jquery/jquery-3.1.1.min.js  |     4 -
 .../wicket/resource/jquery/jquery-3.2.0.js      | 10244 +++++++++++++++++
 .../wicket/resource/jquery/jquery-3.2.0.min.js  |     4 +
 5 files changed, 10250 insertions(+), 10226 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e4922f1d/testing/wicket-js-tests/Gruntfile.js
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/Gruntfile.js b/testing/wicket-js-tests/Gruntfile.js
index 0a00c67..2d2b816 100644
--- a/testing/wicket-js-tests/Gruntfile.js
+++ b/testing/wicket-js-tests/Gruntfile.js
@@ -113,7 +113,7 @@ module.exports = function(grunt) {
 			        urls: [
 			        	'http://localhost:38887/test/js/all.html?1.12.4',
 			        	'http://localhost:38887/test/js/all.html?2.2.4',
-			        	'http://localhost:38887/test/js/all.html?3.1.1'
+			        	'http://localhost:38887/test/js/all.html?3.2.0'
 			        ]
 			    }
 			},
@@ -126,7 +126,7 @@ module.exports = function(grunt) {
 					urls: [
 						'http://localhost:38887/test/js/amd.html?1.12.4',
 						'http://localhost:38887/test/js/amd.html?2.2.4',
-						'http://localhost:38887/test/js/amd.html?3.1.1'
+						'http://localhost:38887/test/js/amd.html?3.2.0'
 					]
 				}
 			}