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

[camel-quarkus] branch master updated: Upgrade Camel to 3.7.1

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 9553e86  Upgrade Camel to 3.7.1
9553e86 is described below

commit 9553e86b23ec86f6d4ad1f898d2dce3fa9772203
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Jan 22 06:31:30 2021 +0000

    Upgrade Camel to 3.7.1
---
 docs/modules/ROOT/partials/reference/components/jclouds.adoc | 2 +-
 pom.xml                                                      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/partials/reference/components/jclouds.adoc b/docs/modules/ROOT/partials/reference/components/jclouds.adoc
index 8dadf36..a05618e 100644
--- a/docs/modules/ROOT/partials/reference/components/jclouds.adoc
+++ b/docs/modules/ROOT/partials/reference/components/jclouds.adoc
@@ -9,5 +9,5 @@
 :cq-native-since: n/a
 :cq-camel-part-name: jclouds
 :cq-camel-part-title: JClouds
-:cq-camel-part-description: Interact with jclouds compute & blobstore service.
+:cq-camel-part-description: Interact with jclouds compute and blobstore service.
 :cq-extension-page-title: JClouds
diff --git a/pom.xml b/pom.xml
index 4e464d7..3a84c0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
         <bouncycastle.version>${bouncycastle-version}</bouncycastle.version><!-- keep in sync with Camel -->
 
         <camel.major.minor>3.7</camel.major.minor> <!-- run after each change: cd docs && mvndev validate -->
-        <camel.version>${camel.major.minor}.0</camel.version>
+        <camel.version>${camel.major.minor}.1</camel.version>
         <camel.docs.components.xref>${camel.major.minor}.x@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml -->
         <camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable branch on which our Antora docs depends -->