Skip to content

Commit de0376b

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 2.1.1
1 parent 04be489 commit de0376b

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.1.1-SNAPSHOT</version>
23+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
22+
<version>2.1.1</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.1.1-SNAPSHOT</version>
22+
<version>2.1.1</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -164,7 +164,7 @@
164164
<url>https://github.com/openzipkin/zipkin-gcp</url>
165165
<connection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</connection>
166166
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</developerConnection>
167-
<tag>HEAD</tag>
167+
<tag>2.1.1</tag>
168168
</scm>
169169

170170
<!-- 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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</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.1.1-SNAPSHOT</version>
21+
<version>2.1.1</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

0 commit comments

Comments
 (0)