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/11/11 11:15:00 UTC

[camel] 01/04: Upgrade MicroProfile Metrics API to 2.2

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 09c80ce2e4a1eb13d1b5e5b46f172946df448168
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Nov 11 11:07:10 2019 +0000

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

diff --git a/parent/pom.xml b/parent/pom.xml
index bed083e..036ce85 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.1.0</microprofile-metrics-version>
+        <microprofile-metrics-version>2.2</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>