Repository: wicket Updated Branches: refs/heads/wicket-7.x c4b7f7bbf -> a39cebcc3
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/a39cebcc Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/a39cebcc Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/a39cebcc Branch: refs/heads/wicket-7.x Commit: a39cebcc3f465eaef06f7137118ed10032e71d1e Parents: c4b7f7b Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Thu Apr 21 20:43:27 2016 +0200 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Thu Apr 21 20:44:00 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/a39cebcc/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 17aa052..3c6f920 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>
