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 8e1ea9a commit 58968abCopy full SHA for 58968ab
pom.xml
@@ -18,7 +18,7 @@
18
<modelVersion>4.0.0</modelVersion>
19
<groupId>io.opentracing.contrib</groupId>
20
<artifactId>opentracing-mongo-driver</artifactId>
21
- <version>0.0.6</version>
+ <version>0.0.7-SNAPSHOT</version>
22
23
<name>${project.groupId}:${project.artifactId}</name>
24
<description>OpenTracing Instrumentation for Mongo Driver</description>
@@ -30,7 +30,7 @@
30
<connection>scm:git:https://github.com/opentracing-contrib/java-mongo-driver.git</connection>
31
<developerConnection>scm:git:https://github.com/opentracing-contrib/java-mongo-driver.git
32
</developerConnection>
33
- <tag>0.0.6</tag>
+ <tag>HEAD</tag>
34
</scm>
35
36
<licenses>
0 commit comments