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/07/29 12:16:06 UTC

[camel] branch master updated (d768ded -> 98b6881)

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 d768ded  Add docs for tracing and regen
     new dbbc8a3  Upgrade Cassandra Driver to version 4.8.0
     new 98b6881  Sync Properties

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] 02/02: Sync Properties

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 98b68815be15be037ce3e1ca6008761a5bcb049c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 12:28:01 2020 +0200

    Sync Properties
---
 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 f9041ff..3c19553 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -113,7 +113,7 @@
     <camel.osgi.version>version=${project.version}</camel.osgi.version>
     <camel.surefire.fork.vmargs></camel.surefire.fork.vmargs>
     <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
-    <cassandra-driver-version>4.7.2</cassandra-driver-version>
+    <cassandra-driver-version>4.8.0</cassandra-driver-version>
     <cassandra-unit-version>4.3.1.0</cassandra-unit-version>
     <cassandra-version>3.11.5</cassandra-version>
     <cdi-api-2.0-version>2.0</cdi-api-2.0-version>


[camel] 01/02: Upgrade Cassandra Driver to version 4.8.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 dbbc8a38613d82552cbab647efcdc037394fa23d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 12:14:09 2020 +0200

    Upgrade Cassandra Driver to version 4.8.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index e4271d1..e4be695 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -95,7 +95,7 @@
         <c3p0-version>0.9.5.5</c3p0-version>
         <caffeine-version>2.8.5</caffeine-version>
         <californium-version>2.2.3</californium-version>
-        <cassandra-driver-version>4.7.2</cassandra-driver-version>
+        <cassandra-driver-version>4.8.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
         <cassandra-version>3.11.5</cassandra-version>
         <cassandra-unit-version>4.3.1.0</cassandra-unit-version>