Skip to content

Commit b7bc71b

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 2.16.4
1 parent cb33037 commit b7bc71b

File tree

14 files changed

+17
-19
lines changed

14 files changed

+17
-19
lines changed

activemq-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>zipkin-reporter-parent</artifactId>
2020
<groupId>io.zipkin.reporter2</groupId>
21-
<version>2.16.4-SNAPSHOT</version>
21+
<version>2.16.4</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

amqp-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

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

benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

2626
<artifactId>benchmarks</artifactId>

bom/pom.xml

+2-2
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>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
<packaging>pom</packaging>
2525
<description>Bill Of Materials POM for all Zipkin reporter artifacts</description>
2626

@@ -53,7 +53,7 @@
5353
<url>https://github.com/openzipkin/zipkin-reporter-java</url>
5454
<connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
5555
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
56-
<tag>HEAD</tag>
56+
<tag>2.16.4</tag>
5757
</scm>
5858

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

brave/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.reporter2</groupId>
2020
<artifactId>zipkin-reporter-parent</artifactId>
21-
<version>2.16.4-SNAPSHOT</version>
21+
<version>2.16.4</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

2626
<artifactId>zipkin-reporter</artifactId>

kafka/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@
1414
the License.
1515
1616
-->
17-
<project xmlns="http://maven.apache.org/POM/4.0.0"
18-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
2018
<modelVersion>4.0.0</modelVersion>
2119

2220
<parent>
2321
<groupId>io.zipkin.reporter2</groupId>
2422
<artifactId>zipkin-reporter-parent</artifactId>
25-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2624
</parent>
2725

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

kafka08/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

2626
<artifactId>zipkin-sender-kafka08</artifactId>

libthrift/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

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

metrics-micrometer/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

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

okhttp3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

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

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>io.zipkin.reporter2</groupId>
2121
<artifactId>zipkin-reporter-parent</artifactId>
22-
<version>2.16.4-SNAPSHOT</version>
22+
<version>2.16.4</version>
2323
<packaging>pom</packaging>
2424

2525
<modules>
@@ -116,7 +116,7 @@
116116
<url>https://github.com/openzipkin/zipkin-reporter-java</url>
117117
<connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
118118
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
119-
<tag>HEAD</tag>
119+
<tag>2.16.4</tag>
120120
</scm>
121121

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

spring-beans/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.zipkin.reporter2</groupId>
2020
<artifactId>zipkin-reporter-parent</artifactId>
21-
<version>2.16.4-SNAPSHOT</version>
21+
<version>2.16.4</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

urlconnection/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.zipkin.reporter2</groupId>
2222
<artifactId>zipkin-reporter-parent</artifactId>
23-
<version>2.16.4-SNAPSHOT</version>
23+
<version>2.16.4</version>
2424
</parent>
2525

2626
<artifactId>zipkin-sender-urlconnection</artifactId>

0 commit comments

Comments
 (0)