Skip to content

Commit

Permalink
Fix versions in quarkus-opentelemetry-exporter-jaeger relocations
Browse files Browse the repository at this point in the history
Related to quarkusio#33835
  • Loading branch information
gsmet committed Jun 8, 2023
1 parent 1b75c75 commit f3e355b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<relocation>
<groupId>io.quarkiverse.opentelemetry.exporter</groupId>
<artifactId>quarkus-opentelemetry-exporter-jaeger-deployment</artifactId>
<version>1.0.0</version>
<version>2.0.0.Final</version>
<message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentelemetry.exporter:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14</message>
</relocation>
</distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<relocation>
<groupId>io.quarkiverse.opentelemetry.exporter</groupId>
<artifactId>quarkus-opentelemetry-exporter-jaeger</artifactId>
<version>1.0.0</version>
<version>2.0.0.Final</version>
<message>${project.groupId}:${project.artifactId}:${project.version} was relocated to io.quarkiverse.opentelemetry.exporter:${project.artifactId}:1.0.0 and is not managed by io.quarkus.platform:quarkus-bom:${project.version} anymore. Please, update the groupId and add the corresponding version to the dependency declaration in your project configuration. For more information about this change, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.14</message>
</relocation>
</distributionManagement>
Expand Down

0 comments on commit f3e355b

Please sign in to comment.