We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db55e33 commit 1b30426Copy full SHA for 1b30426
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.opentracing.contrib</groupId>
6
<artifactId>opentracing-concurrent</artifactId>
7
- <version>0.2.2-SNAPSHOT</version>
+ <version>0.3.0</version>
8
9
<name>${project.groupId}:${project.artifactId}</name>
10
<description>OpenTracing instrumentation for JDK concurrent package</description>
@@ -14,7 +14,7 @@
14
<url>https://github.com/opentracing-contrib/java-concurrent</url>
15
<connection>scm:git:https://github.com/opentracing-contrib/java-concurrent.git</connection>
16
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-concurrent.git</developerConnection>
17
- <tag>HEAD</tag>
+ <tag>0.3.0</tag>
18
</scm>
19
20
<licenses>
0 commit comments