This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 449a89d  Upgrade frontend-maven-plugin to 1.7.5
449a89d is described below

commit 449a89df7d3ee6bfb427f7633076f1af6efd05a5
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Apr 9 23:12:26 2019 +0300

    Upgrade frontend-maven-plugin to 1.7.5
    
    Update npm to 6.9.0 and Node.js to 10.15.3
---
 testing/wicket-js-tests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index f62708d..4df7079 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -90,7 +90,7 @@
                                        <plugin>
                                                
<groupId>com.github.eirslett</groupId>
                                                
<artifactId>frontend-maven-plugin</artifactId>
-                                               <version>1.6</version>
+                                               <version>1.7.5</version>
                                                <executions>
                                                        <execution>
                                                                <id>install 
node and npm</id>
@@ -99,8 +99,8 @@
                                                                </goals>
                                                                
<phase>generate-resources</phase>
                                                                <configuration>
-                                                                       
<npmVersion>5.6.0</npmVersion>
-                                                                       
<nodeVersion>v8.9.0</nodeVersion>
+                                                                       
<npmVersion>6.9.0</npmVersion>
+                                                                       
<nodeVersion>v10.15.3</nodeVersion>
                                                                </configuration>
                                                        </execution>
                                                        <execution>

Reply via email to