You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/04 10:23:30 UTC

[camel] branch master updated (6d3758f -> 3dd6229)

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

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


    from 6d3758f  better make use of the AtomicInteger & AtomicLong default constructors
     new e4c922e  Upgrade Couchbase Java Client to version 3.1.0
     new 3dd6229  Sync deps

The 2 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.


Summary of changes:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Upgrade Couchbase Java Client to version 3.1.0

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

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

commit e4c922e26590a064e5654d6c048c9734605ede8e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 4 10:56:44 2020 +0100

    Upgrade Couchbase Java Client to version 3.1.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7c1e2e3..d3ded93 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,7 +134,7 @@
         <consul-client-version>1.4.2</consul-client-version>
         <cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>
         <corda-version>4.6</corda-version>
-        <couchbase-client-version>3.0.9</couchbase-client-version>
+        <couchbase-client-version>3.1.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.4.0</cxf-version>
         <cxf-version-range>[3.3,4.0)</cxf-version-range>


[camel] 02/02: Sync deps

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

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

commit 3dd6229a70336df73a2158255f930346a467ac50
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 4 11:18:58 2020 +0100

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 9fea38e..0b91cfd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -151,7 +151,7 @@
     <compress-lzf-version>1.0.4</compress-lzf-version>
     <consul-client-version>1.4.2</consul-client-version>
     <corda-version>4.6</corda-version>
-    <couchbase-client-version>3.0.9</couchbase-client-version>
+    <couchbase-client-version>3.1.0</couchbase-client-version>
     <curator-version>4.3.0</curator-version>
     <cxf-codegen-plugin-version>3.4.0</cxf-codegen-plugin-version>
     <cxf-version>3.4.0</cxf-version>