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/07/27 05:38:05 UTC

[camel] branch master updated (030aaaa -> 9dfe959)

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 030aaaa  Update what-platforms-are-supported.adoc
     new adb05be  Upgrade Commons text to version 1.9
     new 9dfe959  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 9dfe959ef26170f13cd1f6d7094e1c001c69a621
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:30: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 97e030e..23b9089 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -144,7 +144,7 @@
     <commons-net-version>3.6</commons-net-version>
     <commons-pool-version>1.6</commons-pool-version>
     <commons-pool2-version>2.8.0</commons-pool2-version>
-    <commons-text-version>1.8</commons-text-version>
+    <commons-text-version>1.9</commons-text-version>
     <commons-validator-version>1.4.1</commons-validator-version>
     <compiler.fork>true</compiler.fork>
     <compress-lzf-version>1.0.4</compress-lzf-version>


[camel] 01/02: Upgrade Commons text to version 1.9

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 adb05bec7326be5688d383fcd552ea8955229b52
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jul 27 07:25:24 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8846b5c..cab4f20 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,7 +127,7 @@
         <commons-net-version>3.6</commons-net-version>
         <commons-pool-version>1.6</commons-pool-version>
         <commons-pool2-version>2.8.0</commons-pool2-version>
-        <commons-text-version>1.8</commons-text-version>
+        <commons-text-version>1.9</commons-text-version>
         <commons-validator-version>1.4.1</commons-validator-version>
         <compress-lzf-version>1.0.4</compress-lzf-version>
         <conscrypt-uber-version>2.2.1</conscrypt-uber-version>