Skip to content

Commit 8f95d5e

Browse files
committed
chore(deps): bump
1 parent 379d6d6 commit 8f95d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ This project provides JVM support to the [Source++](https://github.com/sourceplu
2222
maven { url "https://pkg.sourceplus.plus/sourceplusplus/probe-jvm" }
2323
}
2424
dependencies {
25-
javaagent("plus.sourceplus.probe:probe-jvm:0.5.4")
25+
javaagent("plus.sourceplus.probe:probe-jvm:0.7.0")
2626
}
2727
```
2828

2929
## Standalone Agent
3030

3131
1. Add `spp-probe-*.jar` and `spp-probe.yml` to the same directory
32-
- E.g. [spp-probe-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-probe-0.5.4.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
32+
- E.g. [spp-probe-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-probe-0.7.0.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
3333
1. Boot application with `-javaagent:spp-probe-*.jar` parameter
34-
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.5.4.jar -jar MyApp.jar`
34+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.7.0.jar -jar MyApp.jar`
3535

3636
## Apache SkyWalking Plugin
3737

3838
1. Add `spp-probe-*.jar` and `spp-skywalking-services-*.jar` to `skywalking-agent/plugins` directory
39-
- E.g. [spp-probe-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-probe-0.5.4.jar) & [spp-skywalking-services-0.5.4.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.5.4/spp-skywalking-services-0.5.4.jar)
39+
- E.g. [spp-probe-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-probe-0.7.0.jar) & [spp-skywalking-services-0.7.0.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.7.0/spp-skywalking-services-0.7.0.jar)
4040
1. Add `spp-probe.yml` to `skywalking-agent/config` directory
4141
- E.g. [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
4242
1. Reboot Apache SkyWalking agent

0 commit comments

Comments
 (0)