File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## Version 1.10.0 - 2022-01-18
6+
57### Updated Libraries
68
79* ` opentelemetry-jmx-metrics `
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ The Maven OpenTelemetry Extension is configured using environment variables or J
1616Add the Maven OpenTelemetry Extension to ` ${maven.home}/lib/ext ` or to the classpath using ` -Dmaven.ext.class.path= ` .
1717
1818```
19- mvn dependency:copy -Dartifact=io.opentelemetry.contrib:opentelemetry-maven-extension:1.9 .0-alpha
19+ mvn dependency:copy -Dartifact=io.opentelemetry.contrib:opentelemetry-maven-extension:1.10 .0-alpha
2020
2121export OTEL_TRACES_EXPORTER="otlp"
2222export OTEL_EXPORTER_OTLP_ENDPOINT="http://otel.example.com:4317"
2323
24- mvn -Dmaven.ext.class.path=target/dependency/opentelemetry-maven-extension-1.9 .0-alpha.jar verify
24+ mvn -Dmaven.ext.class.path=target/dependency/opentelemetry-maven-extension-1.10 .0-alpha.jar verify
2525```
2626
2727### Declaring the extension in the ` pom.xml ` file
@@ -37,7 +37,7 @@ Add the Maven OpenTelemetry Extension in the `pom.xml` file:
3737 <extension >
3838 <groupId >io.opentelemetry.contrib</groupId >
3939 <artifactId >opentelemetry-maven-extension</artifactId >
40- <version >1.9 .0-alpha</version >
40+ <version >1.10 .0-alpha</version >
4141 </extension >
4242 </extensions >
4343 </build >
You can’t perform that action at this time.
0 commit comments