Skip to content

Commit 9d0cb84

Browse files
authored
Update docs for 1.10 release (#202)
1 parent f59010e commit 9d0cb84

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## Version 1.10.0 - 2022-01-18
6+
57
### Updated Libraries
68

79
* `opentelemetry-jmx-metrics`

maven-extension/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ The Maven OpenTelemetry Extension is configured using environment variables or J
1616
Add 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
2121
export OTEL_TRACES_EXPORTER="otlp"
2222
export 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>

0 commit comments

Comments
 (0)