We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460012a commit 337aaabCopy full SHA for 337aaab
pom.xml
@@ -19,7 +19,7 @@
19
20
<groupId>io.zipkin.proto3</groupId>
21
<artifactId>zipkin-proto3</artifactId>
22
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
23
<packaging>jar</packaging>
24
25
<name>zipkin-proto3</name>
@@ -66,7 +66,7 @@
66
<url>https://github.com/openzipkin/zipkin-api</url>
67
<connection>scm:git:https://github.com/openzipkin/zipkin-api.git</connection>
68
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-api.git</developerConnection>
69
- <tag>1.0.0</tag>
+ <tag>HEAD</tag>
70
</scm>
71
72
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
0 commit comments