Skip to content

Commit e3aea5a

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 0.3.7
1 parent d5d79f0 commit e3aea5a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.contrib.zipkin-secondary-sampling</groupId>
2222
<artifactId>zipkin-secondary-sampling-parent</artifactId>
23-
<version>0.3.7-SNAPSHOT</version>
23+
<version>0.3.7</version>
2424
</parent>
2525

2626
<artifactId>benchmarks</artifactId>

brave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.contrib.zipkin-secondary-sampling</groupId>
2020
<artifactId>zipkin-secondary-sampling-parent</artifactId>
21-
<version>0.3.7-SNAPSHOT</version>
21+
<version>0.3.7</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.zipkin.contrib.zipkin-secondary-sampling</groupId>
2121
<artifactId>zipkin-secondary-sampling-parent</artifactId>
22-
<version>0.3.7-SNAPSHOT</version>
22+
<version>0.3.7</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -103,7 +103,7 @@
103103
<developerConnection>
104104
scm:git:https://github.com/openzipkin-contrib/zipkin-secondary-sampling.git
105105
</developerConnection>
106-
<tag>HEAD</tag>
106+
<tag>0.3.7</tag>
107107
</scm>
108108

109109
<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->

0 commit comments

Comments
 (0)