Skip to content

Commit

Permalink
Releasing 5.0.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent beba81c commit 9b4e48c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</parent>

<artifactId>vertx-tracing-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
<packaging>pom</packaging>

<name>Vert.x Tracing Parent</name>
Expand Down Expand Up @@ -144,4 +144,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
2 changes: 1 addition & 1 deletion vertx-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-tracing-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>vertx-opentelemetry</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-opentracing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-tracing-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>vertx-opentracing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vertx-zipkin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-tracing-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0.CR1</version>
</parent>

<artifactId>vertx-zipkin</artifactId>
Expand Down

0 comments on commit 9b4e48c

Please sign in to comment.