Skip to content

Commit 87b5644

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 2.2.3
1 parent e930280 commit 87b5644

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

2525
<modules>
@@ -162,7 +162,7 @@
162162
<url>https://github.com/openzipkin/zipkin-gcp</url>
163163
<connection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</connection>
164164
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</developerConnection>
165-
<tag>HEAD</tag>
165+
<tag>2.2.3</tag>
166166
</scm>
167167

168168
<!-- 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.2.3-SNAPSHOT</version>
21+
<version>2.2.3</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.2.3-SNAPSHOT</version>
21+
<version>2.2.3</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.2.3-SNAPSHOT</version>
21+
<version>2.2.3</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.2.3-SNAPSHOT</version>
21+
<version>2.2.3</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.2.3-SNAPSHOT</version>
21+
<version>2.2.3</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

0 commit comments

Comments
 (0)