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/04 09:29:50 UTC

[camel] branch master updated (4df55c2 -> aa4e913)

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 4df55c2  CAMEL-15478: api component uses enum type converter instead of its own custom converting.
     new addebcb  Upgrade JMH to version 1.25.2
     new aa4e913  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 JMH to version 1.25.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 addebcb10bbc48b772af9b4e02600870c057f93f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 4 11:03:41 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 726ea41..9cbf988 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -333,7 +333,7 @@
         <jira-rest-client-api-version>5.2.1</jira-rest-client-api-version>
         <libthrift-version>0.12.0</libthrift-version>
         <jing-version>20030619</jing-version>
-        <jmh-version>1.25.1</jmh-version>
+        <jmh-version>1.25.2</jmh-version>
         <jodatime2-bundle-version>2.10.6</jodatime2-bundle-version>
         <jota-version>1.0.0-beta7</jota-version>
         <jolokia-version>1.6.2</jolokia-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 aa4e913634bf0b769f7ef9679dfd237461d74210
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 4 11:28:53 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 5c4cc84..973a98b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -348,7 +348,7 @@
     <jing-version>20030619</jing-version>
     <jira-guava-version>26.0-jre</jira-guava-version>
     <jira-rest-client-api-version>5.2.1</jira-rest-client-api-version>
-    <jmh-version>1.25.1</jmh-version>
+    <jmh-version>1.25.2</jmh-version>
     <jnats-version>2.8.0</jnats-version>
     <jodatime2-bundle-version>2.10.6</jodatime2-bundle-version>
     <johnzon-version>1.2.8</johnzon-version>