Skip to content

Commit

Permalink
VERSION 1.5.0 (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Sep 14, 2021
1 parent 26c023b commit 233be04
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<a name="Pending Release"></a>
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/1.4.0...master)
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/1.5.0...master)

<a name="1.5.0"></a>
## [1.5.0](https://github.com/lightstep/otel-launcher-java/compare/1.4.0...1.5.0)
* Use OpenTelemetry Java API/SDK version 1.5.0
* Use OpenTelemetry Java Instrumentation version 1.5.3

Expand Down
6 changes: 3 additions & 3 deletions agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-parent</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-agent</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>

<name>Lightstep OpenTelemetry Agent</name>
<description>Lightstep OpenTelemetry Agent</description>
Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-common</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>io.opentelemetry.javaagent</groupId>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-parent</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-common</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>

<name>Lightstep OpenTelemetry Common</name>
<description>Lightstep OpenTelemetry Common</description>
Expand Down
6 changes: 3 additions & 3 deletions launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-parent</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-launcher</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>

<name>Lightstep OpenTelemetry Launcher</name>
<description>Lightstep OpenTelemetry Launcher</description>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-common</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
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.opentelemetry</groupId>
<artifactId>opentelemetry-parent</artifactId>
<packaging>pom</packaging>
<version>1.4.0</version>
<version>1.5.0</version>

<modules>
<module>launcher</module>
Expand Down

0 comments on commit 233be04

Please sign in to comment.