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:29:18 UTC

[camel-website] branch correct-typos created (now 289b4cc)

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

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


      at 289b4cc  2 tiny adjustments

This branch includes the following new commits:

     new 289b4cc  2 tiny adjustments

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-website] 01/01: 2 tiny adjustments

Posted by bv...@apache.org.
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

commit 289b4cc7666d590212fe781f238e44ad08f4c4c5
Author: Babak Vahdat <bv...@apache.org>
AuthorDate: Sat Feb 27 19:28:50 2021 +0100

    2 tiny adjustments
---
 content/blog/2021/02/Camel38-Whatsnew/index.md | 2 +-
 layouts/partials/releases/camel.html           | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/blog/2021/02/Camel38-Whatsnew/index.md b/content/blog/2021/02/Camel38-Whatsnew/index.md
index ea9c935..1d8a8bc 100644
--- a/content/blog/2021/02/Camel38-Whatsnew/index.md
+++ b/content/blog/2021/02/Camel38-Whatsnew/index.md
@@ -88,7 +88,7 @@ Speaking of YAML that brings us to the next feature - Kamelets.
 The `camel-kamelet` component has been stabilized as part of Camel K and is now ready
 and have been ported over to the main Camel project.
 
-There is a [little example here](https://github.com/apache/camel-examples/tree/master/examples/camel-example-kamelet)
+There is a [little example here](https://github.com/apache/camel-examples/tree/master/examples/kamelet)
 of using Kamelet in vanilla Camel.
 
 We have previously introduced Kamelet, which was created in Camel K.
diff --git a/layouts/partials/releases/camel.html b/layouts/partials/releases/camel.html
index ba0ca21..2a4f057 100644
--- a/layouts/partials/releases/camel.html
+++ b/layouts/partials/releases/camel.html
@@ -27,7 +27,7 @@
   </dependency>
 </dependencies>
 ` .Params.version) }}</code></pre>
-<p>To use this release in a Spring Boot application, use the <code>camel-spring-boot-dependencies</code> Bill of Materials (BOM):
+<p>To use this release in a Spring Boot application, use the <code>camel-spring-boot-bom</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>Replace the <code>COMPONENT</code> with the artifact outlined in the <a href="/components/latest/">component documentation</a></p>
@@ -36,7 +36,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>
-      <artifactId>camel-spring-boot-dependencies</artifactId>
+      <artifactId>camel-spring-boot-bom</artifactId>
       <version>%s</version>
       <type>pom</type>
       <scope>import</scope>