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 2016/04/21 20:43:50 UTC

wicket git commit: Update Node.js and npm.js

Repository: wicket
Updated Branches:
  refs/heads/master 1cf2a93eb -> 72c9b3be5


Update Node.js and npm.js


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

Branch: refs/heads/master
Commit: 72c9b3be58aeca2abfe502348a01b3c68819792c
Parents: 1cf2a93
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Apr 21 20:43:27 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Apr 21 20:43:27 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/72c9b3be/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index f5f6d40..cae0c28 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -63,7 +63,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>0.0.29</version>
+						<version>1.0</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -72,8 +72,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.7.1</npmVersion>
-									<nodeVersion>v5.7.1</nodeVersion>
+									<npmVersion>3.8.6</npmVersion>
+									<nodeVersion>v5.10.1</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>