Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 23.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zipkinci committed Oct 15, 2024
1 parent e5a0e2e commit 42e6191
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>io.zipkin.finagle2</groupId>
<artifactId>zipkin-finagle-parent_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
</parent>

<artifactId>zipkin-finagle_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
<name>Zipkin Finagle: Core</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>io.zipkin.finagle2</groupId>
<artifactId>zipkin-finagle-parent_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
</parent>

<artifactId>zipkin-finagle-http_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
<name>Zipkin Finagle: Http</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>io.zipkin.finagle2</groupId>
<artifactId>zipkin-finagle-parent_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
</parent>

<artifactId>zipkin-finagle-kafka_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
<name>Zipkin Finagle: Kafka</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>io.zipkin.finagle2</groupId>
<artifactId>zipkin-finagle-parent_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -95,7 +95,7 @@
<connection>scm:git:https://github.com/openzipkin/zipkin-finagle.git</connection>
<developerConnection>scm:git:https://github.com/openzipkin/zipkin-finagle.git
</developerConnection>
<tag>23.0.0</tag>
<tag>23.0.2</tag>
</scm>

<!-- Developer section is needed for Maven Central, but doesn't need to include each person -->
Expand Down
4 changes: 2 additions & 2 deletions scribe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>io.zipkin.finagle2</groupId>
<artifactId>zipkin-finagle-parent_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
</parent>

<artifactId>zipkin-finagle-scribe_2.12</artifactId>
<version>23.0.2-SNAPSHOT</version>
<version>23.0.2</version>
<name>Zipkin Finagle: Scribe</name>

<properties>
Expand Down

0 comments on commit 42e6191

Please sign in to comment.