Skip to content

Commit

Permalink
Prepare for Open Tracing 3.0 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang authored Nov 18, 2021
1 parent 70c433d commit ed0a9a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.1</version>
<version>2.4</version>
</parent>

<groupId>org.eclipse.microprofile.opentracing</groupId>
Expand All @@ -32,8 +32,8 @@
<url>http://microprofile.io</url>

<properties>
<version.mp.config>3.0-RC5</version.mp.config>
<version.mp.rest.client>3.0-RC5</version.mp.rest.client>
<version.mp.config>3.0</version.mp.config>
<version.mp.rest.client>3.0</version.mp.rest.client>
<version.opentracing>0.33.0</version.opentracing>
<!-- Versions of API dependencies -->
<osgi-annotation.version>1.1.0</osgi-annotation.version>
Expand Down

0 comments on commit ed0a9a2

Please sign in to comment.