You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by ra...@apache.org on 2019/02/04 23:46:50 UTC

[tomee] 05/06: Bumped microprofile.openapi.impl.version to 1.0.5

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

radcortez pushed a commit to branch TOMEE-2408
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 96018b4627008c7d51949d77cc17eecb22392256
Author: James Meen <ja...@my-managed.net>
AuthorDate: Sun Feb 3 19:13:21 2019 +0000

    Bumped microprofile.openapi.impl.version to 1.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 036de9e..5c3ce45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -211,7 +211,7 @@
     <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.3</microprofile.openapi.impl.version>
+    <microprofile.openapi.impl.version>1.0.5</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>