You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/01/07 09:30:34 UTC

[tomee] branch master updated: Update MircoProfile metrics and openapi implementations

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 35d5ffa  Update MircoProfile metrics and openapi implementations
35d5ffa is described below

commit 35d5ffad68820f858dcb819fe3c5a646ae386ec5
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Jan 7 10:30:14 2019 +0100

    Update MircoProfile metrics and openapi implementations
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9e92eae..b516a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,11 +207,11 @@
     <microprofile.health.version>1.0</microprofile.health.version>
     <microprofile.health.impl.version>1.0.1</microprofile.health.impl.version>
     <microprofile.metrics.version>1.1</microprofile.metrics.version>
-    <microprofile.metrics.impl.version>1.0.1</microprofile.metrics.impl.version>
+    <microprofile.metrics.impl.version>1.0.2</microprofile.metrics.impl.version>
     <microprofile.rest-client.version>1.1</microprofile.rest-client.version>
     <microprofile.rest-client.impl.version>${cxf.version}</microprofile.rest-client.impl.version>
     <microprofile.openapi.version>1.0.1</microprofile.openapi.version>
-    <microprofile.openapi.impl.version>1.0.2</microprofile.openapi.impl.version>
+    <microprofile.openapi.impl.version>1.0.3</microprofile.openapi.impl.version>
     <microprofile.opentracing.version>1.1</microprofile.opentracing.version>
     <microprofile.opentracing.impl.version>1.0.0</microprofile.opentracing.impl.version>
     <opentracing.api>0.31.0</opentracing.api>