Skip to content

Commit 8eaf31c

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 2.3.0
1 parent 2f00c33 commit 8eaf31c

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
@@ -11,7 +11,7 @@
1111
<parent>
1212
<artifactId>zipkin-gcp-parent</artifactId>
1313
<groupId>io.zipkin.gcp</groupId>
14-
<version>2.2.7-SNAPSHOT</version>
14+
<version>2.3.0</version>
1515
</parent>
1616

1717
<artifactId>benchmarks</artifactId>

collector-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

encoder-stackdriver-brave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

encoder-stackdriver-zipkin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.zipkin.gcp</groupId>
1212
<artifactId>zipkin-gcp-parent</artifactId>
13-
<version>2.2.7-SNAPSHOT</version>
13+
<version>2.3.0</version>
1414
</parent>
1515

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

pom.xml

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

1111
<groupId>io.zipkin.gcp</groupId>
1212
<artifactId>zipkin-gcp-parent</artifactId>
13-
<version>2.2.7-SNAPSHOT</version>
13+
<version>2.3.0</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -155,7 +155,7 @@
155155
<url>https://github.com/openzipkin/zipkin-gcp</url>
156156
<connection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</connection>
157157
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-gcp.git</developerConnection>
158-
<tag>HEAD</tag>
158+
<tag>2.3.0</tag>
159159
</scm>
160160

161161
<!-- 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
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

sender-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

sender-stackdriver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

storage-stackdriver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

translation-stackdriver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<artifactId>zipkin-gcp-parent</artifactId>
1111
<groupId>io.zipkin.gcp</groupId>
12-
<version>2.2.7-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

0 commit comments

Comments
 (0)