Skip to content

Commit 0f8fc88

Browse files
author
zipkinci
committed
[maven-release-plugin] prepare release 3.5.0
1 parent 03e6ea2 commit 0f8fc88

18 files changed

Lines changed: 20 additions & 21 deletions

File tree

benchmarks/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</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<artifactId>benchmarks</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</groupId>
1212
<artifactId>zipkin-parent</artifactId>
13-
<version>3.5.0-SNAPSHOT</version>
13+
<version>3.5.0</version>
1414
<packaging>pom</packaging>
1515

1616
<modules>
@@ -136,7 +136,7 @@
136136
<url>https://github.com/openzipkin/zipkin</url>
137137
<connection>scm:git:https://github.com/openzipkin/zipkin.git</connection>
138138
<developerConnection>scm:git:https://github.com/openzipkin/zipkin.git</developerConnection>
139-
<tag>HEAD</tag>
139+
<tag>3.5.0</tag>
140140
</scm>
141141

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

zipkin-collector/activemq/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.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-activemq</artifactId>

zipkin-collector/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.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector</artifactId>

zipkin-collector/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.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

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

zipkin-collector/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</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

zipkin-collector/pulsar/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
SPDX-License-Identifier: Apache-2.0
66
77
-->
8-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9-
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">
109
<modelVersion>4.0.0</modelVersion>
1110

1211
<parent>
1312
<groupId>io.zipkin.zipkin2</groupId>
1413
<artifactId>zipkin-collector-parent</artifactId>
15-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1615
</parent>
1716

1817
<artifactId>zipkin-collector-pulsar</artifactId>

zipkin-collector/rabbitmq/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.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-rabbitmq</artifactId>

zipkin-collector/scribe/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.zipkin2</groupId>
1313
<artifactId>zipkin-collector-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<artifactId>zipkin-collector-scribe</artifactId>

zipkin-junit5/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</groupId>
1313
<artifactId>zipkin-parent</artifactId>
14-
<version>3.5.0-SNAPSHOT</version>
14+
<version>3.5.0</version>
1515
</parent>
1616

1717
<groupId>io.zipkin.zipkin2</groupId>

0 commit comments

Comments
 (0)