have the zpages README reference a released version (#2201)

This commit is contained in:
John Watson 2020-12-04 21:52:03 -08:00 committed by GitHub
parent 596b4ba894
commit a3615b9d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -20,14 +20,14 @@ For Maven, add the following to your `pom.xml`:
<dependency> <dependency>
<groupId>io.opentelemetry</groupId> <groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk-extension-zpages</artifactId> <artifactId>opentelemetry-sdk-extension-zpages</artifactId>
<version>0.13.0-SNAPSHOT</version> <version>0.12.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
``` ```
For Gradle, add the following to your dependencies: For Gradle, add the following to your dependencies:
```groovy ```groovy
implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.13.0-SNAPSHOT' implementation 'io.opentelemetry:opentelemetry-sdk-extension-zpages:0.12.0'
``` ```
### Register the zPages ### Register the zPages