You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2020/12/01 13:03:16 UTC

[myfaces-tobago] branch master updated: update nodejs; maven-frontend-plugin

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new c424294  update nodejs; maven-frontend-plugin
c424294 is described below

commit c424294e21401627606e9020f3e28a21eca08db1
Author: Henning Nöth <hn...@apache.org>
AuthorDate: Tue Dec 1 13:53:26 2020 +0100

    update nodejs; maven-frontend-plugin
    
    * update NodeJS to current LTS v14.15.1 (with NPM 6.14.8)
    * update maven-frontend-plugin to 1.10.4
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6a2a73d..006ece2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1200,11 +1200,11 @@
           <plugin>
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
-            <version>1.10.0</version>
+            <version>1.10.4</version>
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v12.18.4</nodeVersion> <!-- contains npm version 6.14.5 -->
+              <nodeVersion>v14.15.1</nodeVersion> <!-- contains npm version 6.14.8 -->
 
               <!-- optional: Where to download Node.js binary from. Defaults to http://nodejs.org/dist/ -->
               <!--<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>-->