You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2020/12/18 08:41:30 UTC

[myfaces-tobago] branch master updated: update nodeJs

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

hnoeth 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 3da3808  update nodeJs
3da3808 is described below

commit 3da3808d5f76cffff51c84ce7b6a51ffb205e095
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Dec 16 23:20:07 2020 +0100

    update nodeJs
    
    * update to latest node LTS version
    * update frontend-maven-plugin to fix an error when building on apple silicon
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 36ab3cf..fbf27d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1206,11 +1206,11 @@
           <plugin>
             <groupId>com.github.eirslett</groupId>
             <artifactId>frontend-maven-plugin</artifactId>
-            <version>1.10.4</version>
+            <version>1.11.0</version>
 
             <!-- optional -->
             <configuration>
-              <nodeVersion>v14.15.1</nodeVersion> <!-- contains npm version 6.14.8 -->
+              <nodeVersion>v14.15.2</nodeVersion> <!-- contains npm version 6.14.9 -->
 
               <!-- optional: Where to download Node.js binary from. Defaults to http://nodejs.org/dist/ -->
               <!--<nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>-->