Skip to content

Commit 2e80921

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 2.0.0
1 parent 0142330 commit 2e80921

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
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
<artifactId>zipkin-gcp-parent</artifactId>
2222
<groupId>io.zipkin.gcp</groupId>
23-
<version>2.0.0-SNAPSHOT</version>
23+
<version>2.0.0</version>
2424
</parent>
2525

2626
<artifactId>benchmarks</artifactId>

collector-pubsub/pom.xml

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

encoder-stackdriver-brave/pom.xml

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

encoder-stackdriver-zipkin/pom.xml

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

module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>io.zipkin.gcp</groupId>
2121
<artifactId>zipkin-gcp-parent</artifactId>
22-
<version>2.0.0-SNAPSHOT</version>
22+
<version>2.0.0</version>
2323
</parent>
2424

2525
<artifactId>zipkin-module-gcp</artifactId>

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.gcp</groupId>
2121
<artifactId>zipkin-gcp-parent</artifactId>
22-
<version>2.0.0-SNAPSHOT</version>
22+
<version>2.0.0</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -163,7 +163,7 @@
163163
<url>https://github.com/openzipkin/zipkin-gcp</url>
164164
<connection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</connection>
165165
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</developerConnection>
166-
<tag>HEAD</tag>
166+
<tag>2.0.0</tag>
167167
</scm>
168168

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

propagation-stackdriver/pom.xml

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

sender-pubsub/pom.xml

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

sender-stackdriver/pom.xml

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

storage-stackdriver/pom.xml

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

translation-stackdriver/pom.xml

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

0 commit comments

Comments
 (0)