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 2022/10/05 08:51:05 UTC

[camel] branch main updated: Version of Yarn supported by frontend-maven-plugin

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 586e12f1911 Version of Yarn supported by frontend-maven-plugin
586e12f1911 is described below

commit 586e12f19114c9c80e48ffc1b15bbd88611dab6a
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Wed Oct 5 10:50:56 2022 +0200

    Version of Yarn supported by frontend-maven-plugin
    
    Downgrades the Yarn installed by frontend-maven-plugin to v1.22.19. This
    version can be downloaded from GitHub release downloads. Still the
    version actually used is v3.2.3 due to the policy set in .yarnrc.yaml.
    In effect the older version is only used to bootstrap the new version.
---
 docs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/pom.xml b/docs/pom.xml
index d8da719f8fc..02bdf8d5172 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -79,7 +79,7 @@
                         </goals>
                         <configuration>
                             <nodeVersion>v18.10.0</nodeVersion>
-                            <yarnVersion>v3.2.3</yarnVersion>
+                            <yarnVersion>v1.22.19</yarnVersion>
                         </configuration>
                     </execution>
                     <execution>