Skip to content

Commit 0af48b8

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 3.4.0
1 parent 22b6727 commit 0af48b8

File tree

13 files changed

+17
-19
lines changed

13 files changed

+17
-19
lines changed

activemq-client/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-reporter-parent</artifactId>
1111
<groupId>io.zipkin.reporter2</groupId>
12-
<version>3.4.0-SNAPSHOT</version>
12+
<version>3.4.0</version>
1313
</parent>
1414
<modelVersion>4.0.0</modelVersion>
1515

amqp-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-sender-amqp-client</artifactId>

benchmarks/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
SPDX-License-Identifier: Apache-2.0
66
77
-->
8-
<project xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
119
<modelVersion>4.0.0</modelVersion>
1210

1311
<parent>
1412
<groupId>io.zipkin.reporter2</groupId>
1513
<artifactId>zipkin-reporter-parent</artifactId>
16-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1715
</parent>
1816

1917
<artifactId>benchmarks</artifactId>
@@ -157,7 +155,7 @@
157155
<!-- instead of javac-with-errorprone -->
158156
<compilerId>javac</compilerId>
159157
<!-- scrub errorprone compiler args -->
160-
<compilerArgs/>
158+
<compilerArgs />
161159
<annotationProcessorPaths>
162160
<path>
163161
<groupId>org.openjdk.jmh</groupId>

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>io.zipkin.reporter2</groupId>
2121
<artifactId>zipkin-reporter-bom</artifactId>
2222
<name>Zipkin Reporter BOM</name>
23-
<version>3.4.0-SNAPSHOT</version>
23+
<version>3.4.0</version>
2424
<packaging>pom</packaging>
2525
<description>Bill Of Materials POM for all Zipkin reporter artifacts</description>
2626

@@ -51,7 +51,7 @@
5151
<url>https://github.com/openzipkin/zipkin-reporter-java</url>
5252
<connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
5353
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
54-
<tag>HEAD</tag>
54+
<tag>3.4.0</tag>
5555
</scm>
5656

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

brave/pom.xml

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

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-reporter</artifactId>

kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-sender-kafka</artifactId>

libthrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-sender-libthrift</artifactId>

metrics-micrometer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-reporter-metrics-micrometer</artifactId>

okhttp3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.zipkin.reporter2</groupId>
1313
<artifactId>zipkin-reporter-parent</artifactId>
14-
<version>3.4.0-SNAPSHOT</version>
14+
<version>3.4.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-sender-okhttp3</artifactId>

0 commit comments

Comments
 (0)