Repository: wicket Updated Branches: refs/heads/master ac5e660c7 -> e04d7ee3a
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/e04d7ee3 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e04d7ee3 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e04d7ee3 Branch: refs/heads/master Commit: e04d7ee3ab36221c1112bc171f24813035494d12 Parents: ac5e660 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Sat Feb 6 16:07:58 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Sat Feb 6 16:07:58 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/e04d7ee3/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index 207105b..f0db9af 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.27</version> + <version>0.0.28</version> <executions> <execution> <id>install node and npm</id> @@ -72,8 +72,8 @@ </goals> <phase>generate-resources</phase> <configuration> - <npmVersion>3.5.3</npmVersion> - <nodeVersion>v4.2.4</nodeVersion> + <npmVersion>3.7.1</npmVersion> + <nodeVersion>v5.5.0</nodeVersion> </configuration> </execution> <execution>
