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/08/31 06:50:31 UTC

[camel] branch master updated (c052b28 -> 2c9bccb)

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 c052b28  Update main.adoc
     new 82572cd  Upgrade InfluxDB Java driver to version 2.20
     new 2c9bccb  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] 01/02: Upgrade InfluxDB Java driver to version 2.20

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 82572cdce6bd17ae279057b3d69fe7acff8c6036
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 31 08:37:04 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c3ce9ef..e66b42d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -263,7 +263,7 @@
         <ignite-version>2.8.1</ignite-version>
         <impsort-maven-plugin-version>1.3.2</impsort-maven-plugin-version>
         <infinispan-version>11.0.3.Final</infinispan-version>
-        <influx-java-driver-version>2.19</influx-java-driver-version>
+        <influx-java-driver-version>2.20</influx-java-driver-version>
         <influx-guava-version>20.0</influx-guava-version>
         <irclib-version>1.10</irclib-version>
         <ironmq-version>3.0.5</ironmq-version>


[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 2c9bccbf157cb71d00e0a04884e78a98eb5a88d3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 31 08:38:19 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 1ed8744..7518a0b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -284,7 +284,7 @@
     <impsort-maven-plugin-version>1.3.2</impsort-maven-plugin-version>
     <infinispan-version>11.0.3.Final</infinispan-version>
     <influx-guava-version>20.0</influx-guava-version>
-    <influx-java-driver-version>2.19</influx-java-driver-version>
+    <influx-java-driver-version>2.20</influx-java-driver-version>
     <irclib-version>1.10</irclib-version>
     <ironmq-version>3.0.5</ironmq-version>
     <isorelax-jaxp-bridge-version>1.1</isorelax-jaxp-bridge-version>