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/3471de9b
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/3471de9b
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/3471de9b

Branch: refs/heads/master
Commit: 3471de9b20c40acbcefbb09ac2c99e1466b89699
Parents: 844f399
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Sat Oct 15 23:52:46 2016 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Sat Oct 15 23:52:46 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/3471de9b/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 6224a91..77e6adf 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.10.5</npmVersion>
-                                                                       
<nodeVersion>v6.3.0</nodeVersion>
+                                                                       
<npmVersion>3.10.8</npmVersion>
+                                                                       
<nodeVersion>v6.8.1</nodeVersion>
                                                                </configuration>
                                                        </execution>
                                                        <execution>

Reply via email to