You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/12 12:04:15 UTC

[camel] 12/14: CAMEL-11492: Upgrade node and yarn

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

zregvart pushed a commit to branch website
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8d0819aa127d5a3344c9ec2cc6b402d2aa100305
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Nov 26 15:36:14 2018 +0000

    CAMEL-11492: Upgrade node and yarn
---
 camel-website/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-website/pom.xml b/camel-website/pom.xml
index e30aafa..6166374 100644
--- a/camel-website/pom.xml
+++ b/camel-website/pom.xml
@@ -75,8 +75,8 @@
             </goals>
             <phase>generate-sources</phase>
             <configuration>
-              <nodeVersion>v8.10.0</nodeVersion>
-              <yarnVersion>v1.5.1</yarnVersion>
+              <nodeVersion>v10.13.0</nodeVersion>
+              <yarnVersion>v1.12.3</yarnVersion>
             </configuration>
           </execution>
           <execution>