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/01/11 20:35:57 UTC

wicket git commit: Update JS testing dependencies

Repository: wicket
Updated Branches:
  refs/heads/master 2ec87d24e -> 55a75b9d7


Update JS testing dependencies

frontend-maven-plugin: 0.0.27
Node.js: 4.2.4
NPM.js: 3.5.3


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

Branch: refs/heads/master
Commit: 55a75b9d7a96e7b355efa67c167663b004fc7c54
Parents: 2ec87d2
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Mon Jan 11 20:35:04 2016 +0100
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Jan 11 20:35:04 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/55a75b9d/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index deb1dd5..2b9c604 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -58,7 +58,7 @@
 					<plugin>
 						<groupId>com.github.eirslett</groupId>
 						<artifactId>frontend-maven-plugin</artifactId>
-						<version>0.0.26</version>
+						<version>0.0.27</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -67,8 +67,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>3.5.0</npmVersion>
-									<nodeVersion>v4.2.2</nodeVersion>
+									<npmVersion>3.5.3</npmVersion>
+									<nodeVersion>v4.2.4</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>