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/01/02 18:53:59 UTC

[2/2] tomee git commit: Reverted OpenTracing upgrade. It is failing the TCK tests.

Reverted OpenTracing upgrade. It is failing the TCK tests.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/cf6a82a9
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/cf6a82a9
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/cf6a82a9

Branch: refs/heads/master
Commit: cf6a82a91567e6933489ef19704362388eaee14b
Parents: e7e8082
Author: Roberto Cortez <ra...@yahoo.com>
Authored: Wed Jan 2 18:53:48 2019 +0000
Committer: Roberto Cortez <ra...@yahoo.com>
Committed: Wed Jan 2 18:53:48 2019 +0000

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


http://git-wip-us.apache.org/repos/asf/tomee/blob/cf6a82a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 586eadf..9e92eae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,7 +213,7 @@
     <microprofile.openapi.version>1.0.1</microprofile.openapi.version>
     <microprofile.openapi.impl.version>1.0.2</microprofile.openapi.impl.version>
     <microprofile.opentracing.version>1.1</microprofile.opentracing.version>
-    <microprofile.opentracing.impl.version>1.0.1</microprofile.opentracing.impl.version>
+    <microprofile.opentracing.impl.version>1.0.0</microprofile.opentracing.impl.version>
     <opentracing.api>0.31.0</opentracing.api>
     
     <!-- Jackson required by OpenAPI Impl -->