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/14 15:51:26 UTC

[tomee] branch master updated: update openapi impl

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 06f10bf  update openapi impl
06f10bf is described below

commit 06f10bf6c67113173362e0bc73bd1a42fcfdf0f5
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Mon Jan 14 16:51:22 2019 +0100

    update openapi impl
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ccc5f7d..2c2da1c 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.4</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>