You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2021/02/27 18:55:27 UTC

[camel-website] branch correct-typos updated: better point out the BOM availability starting from 3.8.0

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

bvahdat pushed a commit to branch correct-typos
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/correct-typos by this push:
     new 7d0f815  better point out the BOM availability starting from 3.8.0
7d0f815 is described below

commit 7d0f815e612f953be6dd99a1565c60903b1799de
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Sat Feb 27 19:55:20 2021 +0100

    better point out the BOM availability starting from 3.8.0
---
 layouts/partials/releases/camel.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/releases/camel.html b/layouts/partials/releases/camel.html
index 2a4f057..3d4a928 100644
--- a/layouts/partials/releases/camel.html
+++ b/layouts/partials/releases/camel.html
@@ -27,16 +27,17 @@
   </dependency>
 </dependencies>
 ` .Params.version) }}</code></pre>
-<p>To use this release in a Spring Boot application, use the <code>camel-spring-boot-bom</code> Bill of Materials (BOM):
+<p>To use this release in a Spring Boot application, use the <code>camel-spring-boot-dependencies</code> Bill of Materials (BOM):
 <aside>
   <p><mark>Note:</mark> for Camel 3.0.0 and newer releases the <code>groupId</code> for Camel Spring Boot support changed from <code>org.apache.camel</code> to <code>org.apache.camel.springbooot</code>, so be sure to check that the appropriate <code>groupId</code> is used for the Camel version.</p>
+  <p><mark>Note:</mark> for Camel 3.8.0 and newer releases there is another BOM available with the <code>artifactId</code> of <code>camel-spring-boot-bom</code> which you could instead make use of. For details see <a href="camel-spring-boot/latest/#_camel_spring_boot_bom_vs_camel_spring_boot_dependencies_bom">the corresponding documentation</a></p>
   <p>Replace the <code>COMPONENT</code> with the artifact outlined in the <a href="/components/latest/">component documentation</a></p>
 </aside>
 <pre><code>{{ htmlUnescape (printf `<dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>
-      <artifactId>camel-spring-boot-bom</artifactId>
+      <artifactId>camel-spring-boot-dependencies</artifactId>
       <version>%s</version>
       <type>pom</type>
       <scope>import</scope>