Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed Jan 8, 2024
1 parent 3f9229d commit 4587e0e
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion activemq-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>zipkin-reporter-parent</artifactId>
<groupId>io.zipkin.reporter2</groupId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion amqp-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-sender-amqp-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>benchmarks</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-bom</artifactId>
<name>Zipkin Reporter BOM</name>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>
<description>Bill Of Materials POM for all Zipkin reporter artifacts</description>

Expand Down Expand Up @@ -50,7 +50,7 @@
<url>https://github.com/openzipkin/zipkin-reporter-java</url>
<connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
<tag>HEAD</tag>
<tag>3.0.2</tag>
</scm>

<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
Expand Down
2 changes: 1 addition & 1 deletion brave/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-reporter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-sender-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion libthrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-sender-libthrift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion metrics-micrometer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-reporter-metrics-micrometer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-sender-okhttp3</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -118,7 +118,7 @@
<url>https://github.com/openzipkin/zipkin-reporter-java</url>
<connection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-reporter-java.git</developerConnection>
<tag>HEAD</tag>
<tag>3.0.2</tag>
</scm>

<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
Expand Down
2 changes: 1 addition & 1 deletion spring-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion urlconnection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>3.0.2-SNAPSHOT</version>
<version>3.0.2</version>
</parent>

<artifactId>zipkin-sender-urlconnection</artifactId>
Expand Down

0 comments on commit 4587e0e

Please sign in to comment.