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/10/23 10:36:08 UTC

[camel] branch master updated (70a6023 -> 5ebe715)

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 70a6023  Sync Properties
     new fb555bb  Upgrade Pgjdbc for pg-event to version 0.8.5
     new 5ebe715  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 Pgjdbc for pg-event to version 0.8.5

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 fb555bb6b82d336d5670d93e283e12d2e0aadd9c
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 23 12:28:14 2020 +0200

    Upgrade Pgjdbc for pg-event to version 0.8.5
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 2f3d9e8..d01b139 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -459,7 +459,7 @@
         <partial-build-plugin-version>2.7</partial-build-plugin-version>
         <pdfbox-version>2.0.21</pdfbox-version>
         <pgjdbc-driver-version>42.2.14</pgjdbc-driver-version>
-        <pgjdbc-ng-driver-version>0.8.4</pgjdbc-ng-driver-version>
+        <pgjdbc-ng-driver-version>0.8.5</pgjdbc-ng-driver-version>
         <powermock-version>2.0.7</powermock-version>
         <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
         <protobuf-version>3.11.1</protobuf-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 5ebe7156acd5551de64b992f07ac7e64f2d4b2c2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 23 12:29:50 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 7280a65..569eea4 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -471,7 +471,7 @@
     <partial-build-plugin-version>2.7</partial-build-plugin-version>
     <pdfbox-version>2.0.21</pdfbox-version>
     <pgjdbc-driver-version>42.2.14</pgjdbc-driver-version>
-    <pgjdbc-ng-driver-version>0.8.4</pgjdbc-ng-driver-version>
+    <pgjdbc-ng-driver-version>0.8.5</pgjdbc-ng-driver-version>
     <powermock-version>2.0.7</powermock-version>
     <properties-maven-plugin-version>1.0-alpha-2</properties-maven-plugin-version>
     <protobuf-maven-plugin-version>0.6.1</protobuf-maven-plugin-version>