Skip to content

Commit 861507c

Browse files
committed
bump
1 parent cf26a5e commit 861507c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

CHANGELOG.md

-8
This file was deleted.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
1313
## Standalone Agent
1414

1515
1. Add `spp-probe-*.jar`& `spp-probe.yml` to the same directory
16-
- E.g. [spp-probe-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-probe-0.3.0.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
16+
- E.g. [spp-probe-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-probe-0.3.1.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
1717
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
18-
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.3.0.jar -jar MyApp.jar`
18+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.3.1.jar -jar MyApp.jar`
1919

2020
## Apache SkyWalking Plugin
2121

2222
1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory
23-
- E.g. [spp-probe-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-probe-0.3.0.jar) & [spp-skywalking-services-0.3.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.0/spp-skywalking-services-0.3.0.jar)
23+
- E.g. [spp-probe-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-probe-0.3.1.jar) & [spp-skywalking-services-0.3.1.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.3.1/spp-skywalking-services-0.3.1.jar)
2424
1. Add `spp-probe.yml` to `skywalking-agent/config` directory
2525
- E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
2626
1. Reboot Apache SkyWalking agent

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kotlin.code.style=official
22

33
probeGroup=spp.probe
4-
projectVersion=0.3.0
4+
projectVersion=0.3.1
55

66
vertxVersion=4.2.4
77

0 commit comments

Comments
 (0)