Repository: wicket Updated Branches: refs/heads/master 96e84e433 -> acb58b748
Update Node.js to 5.7.1 Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/acb58b74 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/acb58b74 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/acb58b74 Branch: refs/heads/master Commit: acb58b74879d31942cd68f4dabf92d110c61288c Parents: 96e84e4 Author: Martin Tzvetanov Grigorov <[email protected]> Authored: Tue Mar 8 23:41:55 2016 +0100 Committer: Martin Tzvetanov Grigorov <[email protected]> Committed: Tue Mar 8 23:41:55 2016 +0100 ---------------------------------------------------------------------- testing/wicket-js-tests/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/acb58b74/testing/wicket-js-tests/pom.xml ---------------------------------------------------------------------- diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml index f0db9af..f5f6d40 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.28</version> + <version>0.0.29</version> <executions> <execution> <id>install node and npm</id> @@ -73,7 +73,7 @@ <phase>generate-resources</phase> <configuration> <npmVersion>3.7.1</npmVersion> - <nodeVersion>v5.5.0</nodeVersion> + <nodeVersion>v5.7.1</nodeVersion> </configuration> </execution> <execution>
