have the zpages README reference a released version (#2201)
This commit is contained in:
parent
596b4ba894
commit
a3615b9d91
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue