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/01 12:44:25 UTC

[camel] branch master updated (8ffd101 -> 85cdb31)

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 8ffd101  Regen catalog
     new a9ac78e  Upgrade Dropwizard Metrics to version 4.1.12.1
     new 85cdb31  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 Dropwizard Metrics to version 4.1.12.1

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 a9ac78ea160081d8164bba6965cda10307e5bd0f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 14:31:34 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index d5836b5..dd1c668 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -406,7 +406,7 @@
         <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version>
         <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
         <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
-        <metrics-version>4.1.11</metrics-version>
+        <metrics-version>4.1.12.1</metrics-version>
         <micrometer-version>1.5.4</micrometer-version>
         <microprofile-config-version>1.4</microprofile-config-version>
         <microprofile-metrics-version>2.3</microprofile-metrics-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 85cdb31bf96a6b0f3d4841352d8cf7726b7539e6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Sep 1 14:34:21 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 69e6227..15b31df 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -420,7 +420,7 @@
     <maven-shade-plugin-version>3.2.1</maven-shade-plugin-version>
     <maven-surefire-report-plugin-version>3.0.0-M4</maven-surefire-report-plugin-version>
     <maven-war-plugin-version>3.2.3</maven-war-plugin-version>
-    <metrics-version>4.1.11</metrics-version>
+    <metrics-version>4.1.12.1</metrics-version>
     <micrometer-version>1.5.4</micrometer-version>
     <microprofile-config-version>1.4</microprofile-config-version>
     <microprofile-fault-tolerance-version>2.1</microprofile-fault-tolerance-version>