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/25 07:06:38 UTC

[camel] branch master updated (e773d7c -> 62b390b)

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 e773d7c  Sync Properties
     new 8eb8bd4  Upgrade Commons-dbcp2 to version 2.8.0
     new 62b390b  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 Commons-dbcp2 to version 2.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 8eb8bd4290a8e8719a299ce7cc91561d679a94b8
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 25 09:02:11 2020 +0200

    Upgrade Commons-dbcp2 to version 2.8.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4d0bc9d..10ee0a3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
         <commons-csv-version>1.8</commons-csv-version>
         <commons-cli-version>1.4</commons-cli-version>
         <commons-dbcp-version>1.4</commons-dbcp-version>
-        <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
+        <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
         <commons-exec-version>1.3</commons-exec-version>
         <commons-io-version>2.8.0</commons-io-version>
         <commons-lang-version>2.6</commons-lang-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 62b390b4bd0bed148e8d946fb259c8d057a20d0b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 25 09:05:28 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 4635b28..0723a65 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -135,7 +135,7 @@
     <commons-configuration2-version>2.7</commons-configuration2-version>
     <commons-csv-version>1.8</commons-csv-version>
     <commons-dbcp-version>1.4</commons-dbcp-version>
-    <commons-dbcp2-version>2.7.0</commons-dbcp2-version>
+    <commons-dbcp2-version>2.8.0</commons-dbcp2-version>
     <commons-exec-version>1.3</commons-exec-version>
     <commons-io-version>2.8.0</commons-io-version>
     <commons-lang-version>2.6</commons-lang-version>