Skip to content

Commit

Permalink
Update OpenTelemetry/Instrumentation to 1.15.0 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto authored Jun 24, 2022
1 parent f87cfc5 commit 2939ab1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<a name="Pending Release"></a>
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/1.14.0...main)
* Use OpenTelemetry Java API/SDK version 1.15.0
* Use OpenTelemetry Java Instrumentation version 1.15.0

<a name="1.14.0"></a>
## [1.14.0](https://github.com/lightstep/otel-launcher-java/compare/1.12.0...1.14.0)
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<Agent-Class>com.lightstep.opentelemetry.agent.LightstepBootstrap</Agent-Class>
<Premain-Class>com.lightstep.opentelemetry.agent.LightstepBootstrap
</Premain-Class>
<Implementation-Version>1.14.0</Implementation-Version>
<Implementation-Version>1.15.0</Implementation-Version>
<Can-Redefine-Classes>true</Can-Redefine-Classes>
<Can-Retransform-Classes>true</Can-Retransform-Classes>
</manifestEntries>
Expand Down
4 changes: 2 additions & 2 deletions examples/agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-extension-annotations</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
<version>1.14.0</version>
<version>1.15.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<opentelemetry.version>1.14.0</opentelemetry.version>
<opentelemetry.instrumentation.version>1.14.0</opentelemetry.instrumentation.version>
<opentelemetry.version>1.15.0</opentelemetry.version>
<opentelemetry.instrumentation.version>1.15.0</opentelemetry.instrumentation.version>
<powermock.version>2.0.7</powermock.version>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.3.1</maven-javadoc-plugin.version>
Expand Down

0 comments on commit 2939ab1

Please sign in to comment.