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/11/26 11:57:41 UTC

[3/3] wicket git commit: Upgrade Node.js to 4.2.2 and NPM to 3.5.0

Upgrade Node.js to 4.2.2 and NPM to 3.5.0


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

Branch: refs/heads/master
Commit: 4f0cb473dcf86b0fd4c052cb79321c73a08b7065
Parents: 9dbfaac
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Nov 26 12:50:48 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Nov 26 12:50:48 2015 +0200

----------------------------------------------------------------------
 testing/wicket-js-tests/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/4f0cb473/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 5c70c7e..deb1dd5 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -67,8 +67,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.3.5</npmVersion>
-									<nodeVersion>v4.1.2</nodeVersion>
+									<npmVersion>3.5.0</npmVersion>
+									<nodeVersion>v4.2.2</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>