You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2019/10/23 07:16:07 UTC

[camel] 01/02: Upgrade MicroProfile Metrics API to 2.1.0

This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 8114326afaa5d65aad1c5caa57f1356613212c24
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Oct 18 14:01:25 2019 +0100

    Upgrade MicroProfile Metrics API to 2.1.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index b7c6541..58211e5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -454,7 +454,7 @@
         <metrics-version>3.2.6</metrics-version>
         <micrometer-version>1.2.2</micrometer-version>
         <microprofile-config-version>1.3</microprofile-config-version>
-        <microprofile-metrics-version>2.0.0</microprofile-metrics-version>
+        <microprofile-metrics-version>2.1.0</microprofile-metrics-version>
         <microprofile-health-version>2.0.1</microprofile-health-version>
         <milo-version>0.2.5</milo-version>
         <mimepull-version>1.9.12</mimepull-version>