Skip to content

Commit 9e1e844

Browse files
authored
Merge pull request #56 from sourceplusplus/dev
bump
2 parents 8c20a28 + 4c42db3 commit 9e1e844

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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` and `spp-probe.yml` to the same directory
16-
- E.g. [spp-probe-0.4.2.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.2/spp-probe-0.4.2.jar) & [spp-probe.yml](https://docs.sourceplusplus.com/implementation/tools/probe/configuration/)
16+
- E.g. [spp-probe-0.4.6.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.6/spp-probe-0.4.6.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.4.2.jar -jar MyApp.jar`
18+
- E.g. `java -javaagent:/opt/spp-platform/spp-probe-0.4.6.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.4.2.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.2/spp-probe-0.4.2.jar) & [spp-skywalking-services-0.4.2.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.2/spp-skywalking-services-0.4.2.jar)
23+
- E.g. [spp-probe-0.4.6.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.6/spp-probe-0.4.6.jar) & [spp-skywalking-services-0.4.6.jar](https://github.com/sourceplusplus/probe-jvm/releases/download/0.4.6/spp-skywalking-services-0.4.6.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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
kotlin.code.style=official
22

33
probeGroup=spp.probe
4-
projectVersion=0.4.5
4+
projectVersion=0.4.6
55

6-
vertxVersion=4.2.4
6+
vertxVersion=4.2.6
77

88
skywalkingAgentVersion=8.9.0
99

0 commit comments

Comments
 (0)