Skip to content

Commit

Permalink
Merge pull request #96 from lightstep/v0.17.1_bump
Browse files Browse the repository at this point in the history
V0.17.1 bump
  • Loading branch information
Sergei Malafeev authored Feb 22, 2021
2 parents 2cc9caa + f5ea2a9 commit a26bc5c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a name="Pending Release"></a>
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/0.17.0...master)
* Fix manual launcher install
## [Pending Release](https://github.com/lightstep/otel-launcher-java/compare/0.17.1...master)

<a name="0.17.1"></a>
## [0.17.1](https://github.com/lightstep/otel-launcher-java/compare/0.17.0...0.17.1)
* Fix manual launcher install

<a name="0.17.0"></a>
## [0.17.0](https://github.com/lightstep/otel-launcher-java/compare/0.16.0...0.17.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>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-agent</artifactId>
<version>0.17.0</version>
<version>0.17.1</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>0.17.0</version>
<version>0.17.1</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>0.17.0</version>
<version>0.17.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-common</artifactId>
<version>0.17.0</version>
<version>0.17.1</version>

<name>Lightstep OpenTelemetry Common</name>
<description>Lightstep OpenTelemetry Common</description>
Expand Down
2 changes: 1 addition & 1 deletion examples/agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ build:
cd ../.. && mvn clean package -DskipTests

run:
java -javaagent:../../agent/target/lightstep-opentelemetry-javaagent-0.17.0.jar \
java -javaagent:../../agent/target/lightstep-opentelemetry-javaagent-0.17.1.jar \
-jar target/opentelemetry-agent-example.jar
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>0.17.0</version>
<version>0.17.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>opentelemetry-launcher</artifactId>
<version>0.17.0</version>
<version>0.17.1</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>0.17.0</version>
<version>0.17.1</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>0.17.0</version>
<version>0.17.1</version>

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

0 comments on commit a26bc5c

Please sign in to comment.