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 18:15:09 UTC

[camel] branch master updated (6241a5c -> 19bb14f)

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 6241a5c  CAMEL-15526: Camel-AWS2-S3: Consume Gzip file from S3 not working
     new 58cfd94  Upgrade Minio to version 7.1.4
     new 19bb14f  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 19bb14f42c45df63ddfe72569138296be44cf5d4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 25 20:14:42 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 51e5572..837462c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -432,7 +432,7 @@
     <mina-version>2.1.4</mina-version>
     <minidns-version>0.3.4</minidns-version>
     <minimal-json-version>0.9.5</minimal-json-version>
-    <minio-version>7.1.2</minio-version>
+    <minio-version>7.1.4</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
     <mockito-version>3.3.3</mockito-version>
     <mockwebserver-version>0.1.8</mockwebserver-version>


[camel] 01/02: Upgrade Minio to version 7.1.4

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 58cfd94197a2bcb23b3f732135d3c667f775c042
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 25 20:10:55 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 3a1f557..449636b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -418,7 +418,7 @@
         <mina-version>2.1.4</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>7.1.2</minio-version>
+        <minio-version>7.1.4</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
         <mockito-version>3.3.3</mockito-version>