You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/23 10:47:38 UTC

[camel] branch 720 created (now 2905e491534)

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

davsclaus pushed a change to branch 720
in repository https://gitbox.apache.org/repos/asf/camel.git


      at 2905e491534 Upgrade to couchbase 7.2.0 container image

This branch includes the following new commits:

     new 2905e491534 Upgrade to couchbase 7.2.0 container image

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] 01/01: Upgrade to couchbase 7.2.0 container image

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2905e491534b70adb6d3b6df0baffc5e2229b186
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jul 23 12:47:24 2023 +0200

    Upgrade to couchbase 7.2.0 container image
---
 components/camel-couchbase/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-couchbase/pom.xml b/components/camel-couchbase/pom.xml
index 1a6f8730ed0..c5ddcdc3e7e 100644
--- a/components/camel-couchbase/pom.xml
+++ b/components/camel-couchbase/pom.xml
@@ -117,7 +117,7 @@
                                     <groups>couchbase-7</groups>
                                     <forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
                                     <systemPropertyVariables>
-                                        <couchbase.container>couchbase/server:7.1.1</couchbase.container>
+                                        <couchbase.container>couchbase/server:7.2.0</couchbase.container>
                                     </systemPropertyVariables>
                                 </configuration>
                             </execution>