Repository: wicket
Updated Branches:
  refs/heads/wicket-7.x ebf0080d1 -> bf1dd23a2


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

Branch: refs/heads/wicket-7.x
Commit: bf1dd23a2575d089d3df34ef953b892fddce173f
Parents: ebf0080
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:53:41 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/bf1dd23a/testing/wicket-js-tests/pom.xml
----------------------------------------------------------------------
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 37319a9..17aa052 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.29</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.7.1</nodeVersion>
                                                                </configuration>
                                                        </execution>
                                                        <execution>

Reply via email to