Skip to content

Commit

Permalink
VERSION 1.24.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Mar 31, 2023
1 parent 125c4db commit ea28792
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 11 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.22.0...main)
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/1.24.0...main)

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

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.22.0</version>
<version>1.24.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-agent</artifactId>
<version>1.22.0</version>
<version>1.24.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.22.0</version>
<version>1.24.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.22.0</version>
<version>1.24.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-common</artifactId>
<version>1.22.0</version>
<version>1.24.0</version>

<name>Lightstep OpenTelemetry Common</name>
<description>Lightstep OpenTelemetry Common</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package com.lightstep.opentelemetry.common;

class Version {
private static final String LAUNCHER_VERSION = "1.22.0";
private static final String LAUNCHER_VERSION = "1.24.0";

static String get() {
return LAUNCHER_VERSION;
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.22.0</version>
<version>1.24.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-launcher</artifactId>
<version>1.22.0</version>
<version>1.24.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.22.0</version>
<version>1.24.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.22.0</version>
<version>1.24.0</version>

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

0 comments on commit ea28792

Please sign in to comment.