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/10/15 21:54:46 UTC

wicket git commit: Update Node.js, NPM and maven-frontend-plugin

Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x 0e0f0fcd8 -> bb02d7b35


Update Node.js, NPM and maven-frontend-plugin


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

Branch: refs/heads/wicket-7.x
Commit: bb02d7b35eafb0936046dad3ac48554af55ba9ba
Parents: 0e0f0fc
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sat Oct 15 23:52:46 2016 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Sat Oct 15 23:54:32 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/bb02d7b3/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 927aabf..4588ae7 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>1.0</version>
+						<version>1.1</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -72,8 +72,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.8.6</npmVersion>
-									<nodeVersion>v5.10.1</nodeVersion>
+									<npmVersion>3.10.8</npmVersion>
+									<nodeVersion>v6.8.1</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>