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/09/02 06:19:45 UTC

[camel] branch master updated (01f9d02 -> 6c8bb98)

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 01f9d02  Sync Properties
     new a3ddca7  Upgrade Cassandra Java driver to version 4.9.0
     new 6c8bb98  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 6c8bb98c3109dd0b24bd1da3537d4c5e1e16d259
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 08:03:57 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 de02d51..21a6312 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -115,7 +115,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.8.0</cassandra-driver-version>
+    <cassandra-driver-version>4.9.0</cassandra-driver-version>
     <cassandra-version>3.11.5</cassandra-version>
     <cdi-api-2.0-version>2.0</cdi-api-2.0-version>
     <cglib-version>3.2.12</cglib-version>


[camel] 01/02: Upgrade Cassandra Java driver to version 4.9.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 a3ddca78edbbfb00798bfa7be87aee2ce59c7fda
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 2 08:03:00 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 83c624d..f39ca56 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -97,7 +97,7 @@
         <c3p0-version>0.9.5.5</c3p0-version>
         <caffeine-version>2.8.5</caffeine-version>
         <californium-version>2.3.0</californium-version>
-        <cassandra-driver-version>4.8.0</cassandra-driver-version>
+        <cassandra-driver-version>4.9.0</cassandra-driver-version>
         <cassandra-driver-guava-version>25.1-jre</cassandra-driver-guava-version>
         <cassandra-version>3.11.5</cassandra-version>
         <cdi-api-2.0-version>2.0</cdi-api-2.0-version>