Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Commit 2903747

Browse files
authored
Update release versions for all readme and build files. (#2011)
* Update release versions for all readme and build files. * fix examples
1 parent eea371c commit 2903747

File tree

31 files changed

+123
-122
lines changed

31 files changed

+123
-122
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Unreleased
22

3+
## 0.25.0 - 2020-02-12
34
- Add an experimental artifact `opencensus-contrib-observability-ready-util`, that allows users to
45
use OpenCensus easily.
56

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ For Maven add to your `pom.xml`:
3333
<dependency>
3434
<groupId>io.opencensus</groupId>
3535
<artifactId>opencensus-api</artifactId>
36-
<version>0.24.0</version>
36+
<version>0.25.0</version>
3737
</dependency>
3838
</dependencies>
3939
```
4040

4141
For Gradle add to your dependencies:
4242
```groovy
43-
compile 'io.opencensus:opencensus-api:0.24.0'
43+
compile 'io.opencensus:opencensus-api:0.25.0'
4444
```
4545

4646
### Hello "OpenCensus" trace events
@@ -183,21 +183,21 @@ For Maven add to your `pom.xml`:
183183
<dependency>
184184
<groupId>io.opencensus</groupId>
185185
<artifactId>opencensus-api</artifactId>
186-
<version>0.24.0</version>
186+
<version>0.25.0</version>
187187
</dependency>
188188
<dependency>
189189
<groupId>io.opencensus</groupId>
190190
<artifactId>opencensus-impl</artifactId>
191-
<version>0.24.0</version>
191+
<version>0.25.0</version>
192192
<scope>runtime</scope>
193193
</dependency>
194194
</dependencies>
195195
```
196196

197197
For Gradle add to your dependencies:
198198
```groovy
199-
compile 'io.opencensus:opencensus-api:0.24.0'
200-
runtime 'io.opencensus:opencensus-impl:0.24.0'
199+
compile 'io.opencensus:opencensus-api:0.25.0'
200+
runtime 'io.opencensus:opencensus-impl:0.25.0'
201201
```
202202

203203
### How to setup exporters?

contrib/appengine_standard_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
1616
<dependency>
1717
<groupId>io.opencensus</groupId>
1818
<artifactId>opencensus-appengine-standard-util</artifactId>
19-
<version>0.24.0</version>
19+
<version>0.25.0</version>
2020
</dependency>
2121
</dependencies>
2222
```
2323

2424
For Gradle add to your dependencies:
2525
```groovy
26-
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.24.0'
26+
compile 'io.opencensus:opencensus-contrib-appengine-standard-util:0.25.0'
2727
```
2828

2929
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/dropwizard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ For Maven add to your `pom.xml`:
1818
<dependency>
1919
<groupId>io.opencensus</groupId>
2020
<artifactId>opencensus-contrib-dropwizard</artifactId>
21-
<version>0.24.0</version>
21+
<version>0.25.0</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard:0.24.0'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard:0.25.0'
2929
```
3030

3131
### And the following code:

contrib/dropwizard5/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ For Maven add to your `pom.xml`:
1818
<dependency>
1919
<groupId>io.opencensus</groupId>
2020
<artifactId>opencensus-contrib-dropwizard5</artifactId>
21-
<version>0.24.0</version>
21+
<version>0.25.0</version>
2222
</dependency>
2323
</dependencies>
2424
```
2525

2626
For Gradle add to your dependencies:
2727
```groovy
28-
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.24.0'
28+
compile 'io.opencensus:opencensus-contrib-dropwizard5:0.25.0'
2929
```
3030

3131
### And the following code:

contrib/exemplar_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ For Maven add to your `pom.xml`:
1717
<dependency>
1818
<groupId>io.opencensus</groupId>
1919
<artifactId>opencensus-contrib-exemplar-util</artifactId>
20-
<version>0.24.0</version>
20+
<version>0.25.0</version>
2121
</dependency>
2222
</dependencies>
2323
```
2424

2525
For Gradle add to your dependencies:
2626
```groovy
27-
compile 'io.opencensus:opencensus-contrib-exemplar-util:0.24.0'
27+
compile 'io.opencensus:opencensus-contrib-exemplar-util:0.25.0'
2828
```
2929

3030
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/grpc_util/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For Maven add to your `pom.xml`:
1616
<dependency>
1717
<groupId>io.opencensus</groupId>
1818
<artifactId>opencensus-contrib-grpc-util</artifactId>
19-
<version>0.24.0</version>
19+
<version>0.25.0</version>
2020
</dependency>
2121
</dependencies>
2222
```
2323

2424
For Gradle add to your dependencies:
2525
```groovy
26-
compile 'io.opencensus:opencensus-contrib-grpc-util:0.24.0'
26+
compile 'io.opencensus:opencensus-contrib-grpc-util:0.25.0'
2727
```
2828

2929
[travis-image]: https://travis-ci.org/census-instrumentation/opencensus-java.svg?branch=master

contrib/http_jaxrs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.24.0</version>
18+
<version>0.25.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jaxrs</artifactId>
23-
<version>0.24.0</version>
23+
<version>0.25.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.24.0'
31-
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.24.0'
30+
compile 'io.opencensus:opencensus-api:0.25.0'
31+
compile 'io.opencensus:opencensus-contrib-http-jaxrs:0.25.0'
3232
```
3333

3434
### Usage

contrib/http_jetty_client/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.24.0</version>
18+
<version>0.25.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-jetty-client</artifactId>
23-
<version>0.24.0</version>
23+
<version>0.25.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.24.0'
31-
compile 'io.opencensus:opencensus-contrib-http-jetty-client:0.24.0'
30+
compile 'io.opencensus:opencensus-api:0.25.0'
31+
compile 'io.opencensus:opencensus-contrib-http-jetty-client:0.25.0'
3232
```
3333

3434
## Instrumenting Jetty Http Client

contrib/http_servlet/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ For Maven add to your `pom.xml`:
1515
<dependency>
1616
<groupId>io.opencensus</groupId>
1717
<artifactId>opencensus-api</artifactId>
18-
<version>0.24.0</version>
18+
<version>0.25.0</version>
1919
</dependency>
2020
<dependency>
2121
<groupId>io.opencensus</groupId>
2222
<artifactId>opencensus-contrib-http-servlet</artifactId>
23-
<version>0.24.0</version>
23+
<version>0.25.0</version>
2424
</dependency>
2525
</dependencies>
2626
```
2727

2828
For Gradle add to your dependencies:
2929
```groovy
30-
compile 'io.opencensus:opencensus-api:0.24.0'
31-
compile 'io.opencensus:opencensus-contrib-http-servlet:0.24.0'
30+
compile 'io.opencensus:opencensus-api:0.25.0'
31+
compile 'io.opencensus:opencensus-contrib-http-servlet:0.25.0'
3232
```
3333

3434
## Instrumenting HTTP Servlets

0 commit comments

Comments
 (0)