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/19 05:45:18 UTC

[camel] branch master updated (4f6699b -> 5af6ac7)

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 4f6699b  Regen
     new 4b868e0  Upgrade Commons Net to version 3.7.2
     new 5af6ac7  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 Net to version 3.7.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 4b868e047cb96dd7c12332c1a6aa7e5a91903813
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 06:45:08 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 84045fe..5748bfa 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
         <commons-lang3-version>3.11</commons-lang3-version>
         <commons-logging-version>1.2</commons-logging-version>
         <commons-math3-version>3.6.1</commons-math3-version>
-        <commons-net-version>3.7.1</commons-net-version>
+        <commons-net-version>3.7.2</commons-net-version>
         <commons-pool-version>1.6</commons-pool-version>
         <commons-pool2-version>2.9.0</commons-pool2-version>
         <commons-text-version>1.9</commons-text-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 5af6ac746946b2d936a60beb6242cef0b0e6f293
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 19 07:26:43 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 747c851..1946a6b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -143,7 +143,7 @@
     <commons-lang3-version>3.11</commons-lang3-version>
     <commons-logging-version>1.2</commons-logging-version>
     <commons-math3-version>3.6.1</commons-math3-version>
-    <commons-net-version>3.7.1</commons-net-version>
+    <commons-net-version>3.7.2</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
     <commons-pool2-version>2.9.0</commons-pool2-version>
     <commons-text-version>1.9</commons-text-version>