Skip to content

Commit

Permalink
VERSION 0.31.0 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Mar 22, 2023
1 parent 2bd8233 commit bfda14d
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<a name="Pending Release"></a>
## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.3...master)
## [Pending Release](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.31.0...master)

<a name="0.31.0"></a>
## [0.31.0](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.3...0.31.0)
* Implement retry logic upon failed requests.

<a name="0.30.3"></a>
## [0.30.3](https://github.com/lightstep/lightstep-tracer-java-common/compare/0.30.2...0.30.3)
Expand Down
2 changes: 1 addition & 1 deletion bundle-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java</artifactId>
<groupId>com.lightstep.tracer</groupId>
<version>0.30.3</version>
<version>0.31.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java</artifactId>
<groupId>com.lightstep.tracer</groupId>
<version>0.30.3</version>
<version>0.31.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java</artifactId>
<groupId>com.lightstep.tracer</groupId>
<version>0.30.3</version>
<version>0.31.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>java</artifactId>
<groupId>com.lightstep.tracer</groupId>
<version>0.30.3</version>
<version>0.31.0</version>
</parent>

<artifactId>tracer-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>java</artifactId>
<groupId>com.lightstep.tracer</groupId>
<version>0.30.3</version>
<version>0.31.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.lightstep.tracer</groupId>
<artifactId>java</artifactId>
<packaging>pom</packaging>
<version>0.30.3</version>
<version>0.31.0</version>

<name>LightStep Tracer Java Common (parent)</name>
<description>LightStep Tracer Java Common (parent)</description>
Expand Down

0 comments on commit bfda14d

Please sign in to comment.