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/06 07:33:30 UTC

[camel] branch master updated (575c612 -> d3d3fee)

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 575c612  Camel-Infinispan: Added an testcontainers test for consuming events
     new 5b0a10b  Upgrade Libphonenumber to version 8.12.10
     new d3d3fee  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 d3d3fee2aa90a395c1b81b182bbe836b97047c77
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 09:26:47 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 5c89469..fa366a1 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -388,7 +388,7 @@
     <leveldb-guava-version>21.0</leveldb-guava-version>
     <leveldb-version>0.10</leveldb-version>
     <leveldbjni-version>1.8</leveldbjni-version>
-    <libphonenumber-version>8.12.8</libphonenumber-version>
+    <libphonenumber-version>8.12.10</libphonenumber-version>
     <libthrift-version>0.12.0</libthrift-version>
     <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
     <lightcouch-version>0.2.0</lightcouch-version>


[camel] 01/02: Upgrade Libphonenumber to version 8.12.10

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 5b0a10b2a9c7e15f776394c6a2d44821cf8f7971
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 6 09:25:04 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f1a5fe5..c02836c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -370,7 +370,7 @@
         <leveldb-api-version>0.10</leveldb-api-version>
         <leveldb-version>0.10</leveldb-version>
         <leveldb-guava-version>21.0</leveldb-guava-version>
-        <libphonenumber-version>8.12.8</libphonenumber-version>
+        <libphonenumber-version>8.12.10</libphonenumber-version>
         <!-- virtual dependency only used by Eclipse m2e -->
         <lifecycle-mapping-version>1.0.0</lifecycle-mapping-version>
         <lettuce-version>5.1.0.RELEASE</lettuce-version>