Skip to content

Commit f3e355b

Browse files
committed
Fix versions in quarkus-opentelemetry-exporter-jaeger relocations
Related to quarkusio#33835
1 parent 1b75c75 commit f3e355b

File tree

2 files changed

+2
-2
lines changed
  • relocations
    • quarkus-opentelemetry-exporter-jaeger
    • quarkus-opentelemetry-exporter-jaeger-deployment

2 files changed

+2
-2
lines changed

relocations/quarkus-opentelemetry-exporter-jaeger-deployment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<relocation>
1616
<groupId>io.quarkiverse.opentelemetry.exporter</groupId>
1717
<artifactId>quarkus-opentelemetry-exporter-jaeger-deployment</artifactId>
18-
<version>1.0.0</version>
18+
<version>2.0.0.Final</version>
1919
<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>
2020
</relocation>
2121
</distributionManagement>

relocations/quarkus-opentelemetry-exporter-jaeger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<relocation>
1616
<groupId>io.quarkiverse.opentelemetry.exporter</groupId>
1717
<artifactId>quarkus-opentelemetry-exporter-jaeger</artifactId>
18-
<version>1.0.0</version>
18+
<version>2.0.0.Final</version>
1919
<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>
2020
</relocation>
2121
</distributionManagement>

0 commit comments

Comments
 (0)