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/08 06:41:22 UTC

[camel] branch master updated (2b47a48 -> 9062a2d)

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 2b47a48  Document update (#4168)
     new 68008e9  Upgrade Minio to version 7.1.2
     new 9062a2d  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 Minio to version 7.1.2

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 68008e9f534cf0fb715991c5bcce87241103e44b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 08:34:54 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index c8ebb08..73e06ec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -418,7 +418,7 @@
         <mina-version>2.1.3</mina-version>
         <minidns-version>0.3.4</minidns-version>
         <minimal-json-version>0.9.5</minimal-json-version>
-        <minio-version>7.1.0</minio-version>
+        <minio-version>7.1.2</minio-version>
         <mock-javamail-version>1.9</mock-javamail-version>
         <mockwebserver-version>0.1.8</mockwebserver-version>
         <mockito-version>3.3.3</mockito-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 9062a2d698b182d757410eb2b3625dc8f90932e0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 8 08:39:14 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 bab0fb4..a813c95 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -432,7 +432,7 @@
     <mina-version>2.1.3</mina-version>
     <minidns-version>0.3.4</minidns-version>
     <minimal-json-version>0.9.5</minimal-json-version>
-    <minio-version>7.1.0</minio-version>
+    <minio-version>7.1.2</minio-version>
     <mock-javamail-version>1.9</mock-javamail-version>
     <mockito-version>3.3.3</mockito-version>
     <mockwebserver-version>0.1.8</mockwebserver-version>